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

Method consumption

src/model/UtilityBill.cpp:894–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892 }
893
894 boost::optional<double> BillingPeriod::consumption() const {
895 return getDouble(OS_UtilityBillExtensibleFields::BillingPeriodConsumption);
896 }
897
898 boost::optional<double> BillingPeriod::peakDemand() const {
899 return getDouble(OS_UtilityBillExtensibleFields::BillingPeriodPeakDemand);

Callers 4

calibrationResultMethod · 0.45
CVRMSEMethod · 0.45
NMBEMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected