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

Method setSizingOption

src/model/SizingZone.cpp:868–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

866 }
867
868 bool SizingZone_Impl::setSizingOption(const std::string& sizingOption) {
869 bool result = setString(OS_Sizing_ZoneFields::SizingOption, sizingOption);
870 return result;
871 }
872
873 std::string SizingZone_Impl::heatingCoilSizingMethod() const {
874 boost::optional<std::string> value = getString(OS_Sizing_ZoneFields::HeatingCoilSizingMethod, true);

Callers 12

translateAirSystemMethod · 0.45
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
translateSizingZoneMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36