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

Method unitType

src/model/ScheduleTypeLimits.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 std::string ScheduleTypeLimits_Impl::unitType() const {
67 boost::optional<std::string> value = getString(OS_ScheduleTypeLimitsFields::UnitType, true);
68 OS_ASSERT(value);
69 return value.get();
70 }
71
72 bool ScheduleTypeLimits_Impl::isUnitTypeDefaulted() const {
73 return isEmpty(OS_ScheduleTypeLimitsFields::UnitType);

Callers 1

isCompatibleFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected