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

Method resetShadingControlType

src/model/ShadingControl.cpp:245–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 void ShadingControl_Impl::resetShadingControlType() {
246 std::string oldControlType = this->shadingControlType();
247 bool test = setString(OS_ShadingControlFields::ShadingControlType, "");
248 OS_ASSERT(test);
249 if (!openstudio::istringEqual("OnIfHighSolarOnWindow", oldControlType)) {
250 resetSetpoint();
251 }
252 }
253
254 bool ShadingControl_Impl::setSchedule(const Schedule& schedule) {
255 bool result = false;

Callers

nothing calls this directly

Calls 2

shadingControlTypeMethod · 0.95
istringEqualFunction · 0.85

Tested by

no test coverage detected