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

Revision history [back]

bool openstudio::model::ThermalZone::setMultiplier(int multiplier)

https://openstudio-sdk-documentation.s3.amazonaws.com/cpp/OpenStudio-2.9.0-doc/model/html/classopenstudio_1_1model_1_1_thermal_zone.html#a5522c17a07083e7368b293918161b3d6

The SDK Documentation is your friend. See ThermalZone:

bool openstudio::model::ThermalZone::setMultiplier(int multiplier)

https://openstudio-sdk-documentation.s3.amazonaws.com/cpp/OpenStudio-2.9.0-doc/model/html/classopenstudio_1_1model_1_1_thermal_zone.html#a5522c17a07083e7368b293918161b3d6

The SDK Documentation is your friend. See ThermalZone:

bool openstudio::model::ThermalZone::setMultiplier(int multiplier)

From a cursory look, on line 71 you aren't using the right method either, you have a typo here, registerAsNotApplication:

virtual void openstudio::measure::OSRunner::registerAsNotApplicable     (   const std::string &     message )

SDK doc for OSRunner