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

Method meterSpecificEndUse

src/model/UtilityBill.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 boost::optional<std::string> UtilityBill_Impl::meterSpecificEndUse() const {
92 return getString(OS_UtilityBillFields::MeterSpecificEndUse, true, true);
93 }
94
95 std::string UtilityBill_Impl::consumptionUnit() const {
96 boost::optional<std::string> value = getString(OS_UtilityBillFields::ConsumptionUnit, true);

Callers 4

consumptionMeterMethod · 0.95
peakDemandMeterMethod · 0.95
calibrationResultMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36