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

Method setAllOutdoorAirinHeating

src/model/SizingSystem.cpp:492–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490 }
491
492 bool SizingSystem_Impl::setAllOutdoorAirinHeating(bool allOutdoorAirinHeating) {
493 bool result = false;
494 if (allOutdoorAirinHeating) {
495 result = setString(OS_Sizing_SystemFields::AllOutdoorAirinHeating, "Yes");
496 } else {
497 result = setString(OS_Sizing_SystemFields::AllOutdoorAirinHeating, "No");
498 }
499 OS_ASSERT(result);
500 return result;
501 }
502
503 void SizingSystem_Impl::resetAllOutdoorAirinHeating() {
504 bool result = setString(OS_Sizing_SystemFields::AllOutdoorAirinHeating, "");

Callers 7

translateAirSystemMethod · 0.80
addSystemType3Function · 0.80
addSystemType4Function · 0.80
addSystemType9Function · 0.80
addSystemType10Function · 0.80
TEST_FFunction · 0.80
translateSizingSystemMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64