Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

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.