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

Method meterSpecificInstallLocation

src/model/UtilityBill.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 boost::optional<std::string> UtilityBill_Impl::meterSpecificInstallLocation() const {
79 return getString(OS_UtilityBillFields::MeterSpecificInstallLocation, true, true);
80 }
81
82 boost::optional<EndUseCategoryType> UtilityBill_Impl::meterEndUseCategory() const {
83 boost::optional<EndUseCategoryType> result;

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