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

Method emsVariableName

src/model/EnergyManagementSystemTrendVariable.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 std::string EnergyManagementSystemTrendVariable_Impl::emsVariableName() const {
56 boost::optional<std::string> value = getString(OS_EnergyManagementSystem_TrendVariableFields::EMSVariableName, true);
57 return value.get();
58 }
59
60 boost::optional<ModelObject> EnergyManagementSystemTrendVariable_Impl::emsVariableObject() const {
61 boost::optional<ModelObject> value = this->getTarget(OS_EnergyManagementSystem_TrendVariableFields::EMSVariableName)->cast<ModelObject>();

Calls 1

getMethod · 0.45

Tested by 6

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
prepareTrendVariable_EMSFunction · 0.36