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

Method setResourceType

src/model/PythonPluginOutputVariable.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 bool PythonPluginOutputVariable_Impl::setResourceType(const std::string& resourceType) {
117 bool result = setString(OS_PythonPlugin_OutputVariableFields::ResourceType, resourceType);
118 return result;
119 }
120
121 void PythonPluginOutputVariable_Impl::resetResourceType() {
122 bool result = setString(OS_PythonPlugin_OutputVariableFields::ResourceType, "");

Callers 9

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
test_vt_fuel.rbFile · 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