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

Method meterInstallLocation

src/model/UtilityBill.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 InstallLocationType UtilityBill_Impl::meterInstallLocation() const {
69 boost::optional<std::string> value = getString(OS_UtilityBillFields::MeterInstallLocation, true);
70 OS_ASSERT(value);
71 return InstallLocationType(value.get());
72 }
73
74 bool UtilityBill_Impl::isMeterInstallLocationDefaulted() const {
75 return isEmpty(OS_UtilityBillFields::MeterInstallLocation);

Callers 4

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

Calls 2

InstallLocationTypeClass · 0.70
getMethod · 0.45

Tested by 1

TEST_FFunction · 0.36