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

Method setPythonPluginVariable

src/model/PythonPluginTrendVariable.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 bool PythonPluginTrendVariable_Impl::setPythonPluginVariable(const PythonPluginVariable& pythonPluginVariable) {
68 bool result = setPointer(OS_PythonPlugin_TrendVariableFields::NameofaPythonPluginVariable, pythonPluginVariable.handle());
69 return result;
70 }
71
72 bool PythonPluginTrendVariable_Impl::setNumberofTimestepstobeLogged(int numberofTimestepstobeLogged) {
73 bool result = setInt(OS_PythonPlugin_TrendVariableFields::NumberofTimestepstobeLogged, numberofTimestepstobeLogged);

Callers 3

cloneMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

handleMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36