MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / setSystemOutdoorAirMethod

Method setSystemOutdoorAirMethod

src/model/SizingSystem.cpp:570–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568 }
569
570 bool SizingSystem_Impl::setSystemOutdoorAirMethod(const std::string& systemOutdoorAirMethod) {
571 bool result = setString(OS_Sizing_SystemFields::SystemOutdoorAirMethod, systemOutdoorAirMethod);
572 return result;
573 }
574
575 void SizingSystem_Impl::resetSystemOutdoorAirMethod() {
576 bool result = setString(OS_Sizing_SystemFields::SystemOutdoorAirMethod, "");

Callers 11

addSystemType3Function · 0.45
addSystemType4Function · 0.45
addSystemType9Function · 0.45
addSystemType10Function · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateSizingSystemMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36