Open shorowit opened 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
exit_temp = plantloop.sizingPlant.getDesignLoopExitTemperature.value
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
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