First time here? Check out the Help page!
1 | initial version |
It looks like the measure needs to be updated for OpenStudio v3. I have filed a bug report to get it fixed. In the meantime, you can open up the measure.rb file and replace the line:
exit_temp = plantloop.sizingPlant.getDesignLoopExitTemperature.value
with
exit_temp = plantloop.sizingPlant.designLoopExitTemperature
and it should address the error.