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

Method sourceMeterName

src/model/MeterCustomDecrement.cpp:70–72  ·  view source on GitHub ↗

Source Meter Name

Source from the content-addressed store, hash-verified

68
69 // Source Meter Name
70 std::string MeterCustomDecrement_Impl::sourceMeterName() const {
71 return getString(OS_Meter_CustomDecrementFields::SourceMeterName, true).get();
72 }
73
74 bool MeterCustomDecrement_Impl::setSourceMeterName(const std::string& sourceMeterName) {
75 return setString(OS_Meter_CustomDecrementFields::SourceMeterName, sourceMeterName);

Callers 2

TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64