You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe it needs to be changed from: exit_temp = plantloop.sizingPlant.getDesignLoopExitTemperature.value
to: exit_temp = plantloop.sizingPlant.designLoopExitTemperature
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
The text was updated successfully, but these errors were encountered: