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

Method setGroupType

src/model/PythonPluginOutputVariable.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 bool PythonPluginOutputVariable_Impl::setGroupType(const std::string& groupType) {
127 bool result = setString(OS_PythonPlugin_OutputVariableFields::GroupType, groupType);
128 return result;
129 }
130
131 void PythonPluginOutputVariable_Impl::resetGroupType() {
132 bool result = setString(OS_PythonPlugin_OutputVariableFields::GroupType, "");

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