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

Method outputVariable

src/model/EnergyManagementSystemSensor.cpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 boost::optional<OutputVariable> EnergyManagementSystemSensor_Impl::outputVariable() const {
60 boost::optional<OutputVariable> value = optionalOutputVariable();
61 if (!value.is_initialized()) {
62 LOG(Info, " does not have an Output Variable attached.");
63 return value;
64 }
65 return value.get();
66 }
67
68 boost::optional<OutputMeter> EnergyManagementSystemSensor_Impl::outputMeter() const {
69 boost::optional<OutputMeter> value = optionalOutputMeter();

Callers 4

removeMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64