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

Method setUpdateFrequency

src/model/PythonPluginOutputVariable.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 bool PythonPluginOutputVariable_Impl::setUpdateFrequency(const std::string& updateFrequency) {
101 bool result = setString(OS_PythonPlugin_OutputVariableFields::UpdateFrequency, updateFrequency);
102 return result;
103 }
104
105 bool PythonPluginOutputVariable_Impl::setUnits(const std::string& units) {
106 bool result = setString(OS_PythonPlugin_OutputVariableFields::Units, units);

Callers 11

runMethod · 0.45
runMethod · 0.45
TEST_FFunction · 0.45
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 7

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