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

Method resetLightingControlType

src/model/DaylightingControl.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 void DaylightingControl_Impl::resetLightingControlType() {
239 bool result = setString(OS_Daylighting_ControlFields::LightingControlType, "");
240 OS_ASSERT(result);
241 }
242
243 bool
244 DaylightingControl_Impl::setMinimumInputPowerFractionforContinuousDimmingControl(double minimumInputPowerFractionforContinuousDimmingControl) {

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64