First time here? Check out the Help page!
1 | initial version |
Try OpenStudio.convert(10000, "GJ", "kBtu").get
, the unit strings are case sensitive and I guess it only knows about "Btu".
2 | No.2 Revision |
Try OpenStudio.convert(10000, "GJ", "kBtu").get
, the unit strings are case sensitive and I guess it only knows about "Btu".
For more information about how to use the converter and most of the common units you can use, please refer to the Unit Conversion section in the official documentation.