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

Method isSizingOptionDefaulted

src/model/SizingSystem.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 bool SizingSystem_Impl::isSizingOptionDefaulted() const {
146 return isEmpty(OS_Sizing_SystemFields::SizingOption);
147 }
148
149 bool SizingSystem_Impl::allOutdoorAirinCooling() const {
150 boost::optional<std::string> value = getString(OS_Sizing_SystemFields::AllOutdoorAirinCooling, true);

Callers 2

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

isEmptyFunction · 0.85

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64