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

Method consumptionUnit

src/model/UtilityBill.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 std::string UtilityBill_Impl::consumptionUnit() const {
96 boost::optional<std::string> value = getString(OS_UtilityBillFields::ConsumptionUnit, true);
97 OS_ASSERT(value);
98 return value.get();
99 }
100
101 boost::optional<std::string> UtilityBill_Impl::consumptionUnitDescription() const {
102 boost::optional<std::string> result;

Callers 5

setConsumptionUnitMethod · 0.95
calibrationResultMethod · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.36