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

Method setTypeofDatainVariable

src/model/PythonPluginOutputVariable.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 bool PythonPluginOutputVariable_Impl::setTypeofDatainVariable(const std::string& typeofDatainVariable) {
96 bool result = setString(OS_PythonPlugin_OutputVariableFields::TypeofDatainVariable, typeofDatainVariable);
97 return result;
98 }
99
100 bool PythonPluginOutputVariable_Impl::setUpdateFrequency(const std::string& updateFrequency) {
101 bool result = setString(OS_PythonPlugin_OutputVariableFields::UpdateFrequency, updateFrequency);

Callers 4

runMethod · 0.80
runMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64