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

Method systemOutdoorAirMethod

src/model/SizingSystem.cpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 std::string SizingSystem_Impl::systemOutdoorAirMethod() const {
230 boost::optional<std::string> value = getString(OS_Sizing_SystemFields::SystemOutdoorAirMethod, true);
231 OS_ASSERT(value);
232 return value.get();
233 }
234
235 bool SizingSystem_Impl::isSystemOutdoorAirMethodDefaulted() const {
236 return isEmpty(OS_Sizing_SystemFields::SystemOutdoorAirMethod);

Callers 6

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateSizingSystemMethod · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 4

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