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

Method resetRunDuringWarmupDays

src/model/PythonPluginInstance.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void PythonPluginInstance_Impl::resetRunDuringWarmupDays() {
95 bool result = setString(OS_PythonPlugin_InstanceFields::RunDuringWarmupDays, "");
96 OS_ASSERT(result);
97 }
98
99 bool PythonPluginInstance_Impl::setPluginClassName(const std::string& pluginClassName) {
100 if (!findPluginClassNameInFile(pluginClassName)) {

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64