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

Method setEndUseCategory

src/model/PythonPluginOutputVariable.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 bool PythonPluginOutputVariable_Impl::setEndUseCategory(const std::string& endUseCategory) {
137 bool result = setString(OS_PythonPlugin_OutputVariableFields::EndUseCategory, endUseCategory);
138 return result;
139 }
140
141 void PythonPluginOutputVariable_Impl::resetEndUseCategory() {
142 bool result = setString(OS_PythonPlugin_OutputVariableFields::EndUseCategory, "");

Callers 7

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 6

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36