NREL / openstudio-common-measures-gem

Other
8 stars 15 forks source link

UnmetLoads measure needs to be updated for OSv3 #76

Open shorowit opened 3 years ago

shorowit commented 3 years ago

The measure is still using an old method that was removed for OS v3.

I believe it needs to be changed from: exit_temp = plantloop.sizingPlant.getDesignLoopExitTemperature.value to: exit_temp = plantloop.sizingPlant.designLoopExitTemperature

Unmet Hours post: https://unmethours.com/question/56547/error-after-applying-unmetloadhourstroubleshooting-measure/ SDK documentation: https://openstudio-sdk-documentation.s3.amazonaws.com/cpp/OpenStudio-3.2.1-doc/model/html/classopenstudio_1_1model_1_1_sizing_plant.html