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

Method unitType

src/model/RefrigerationCase.cpp:473–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 }
472
473 std::string RefrigerationCase_Impl::unitType() const {
474 boost::optional<std::string> value = getString(OS_Refrigeration_CaseFields::UnitType, true);
475 OS_ASSERT(value);
476 return value.get();
477 }
478
479 bool RefrigerationCase_Impl::isUnitTypeDefaulted() const {
480 return isEmpty(OS_Refrigeration_CaseFields::UnitType);

Callers 11

isCompatibleFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 8

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