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

Method resetIlluminanceSetpoint

src/model/DaylightingControl.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 void DaylightingControl_Impl::resetIlluminanceSetpoint() {
229 bool result = setString(OS_Daylighting_ControlFields::IlluminanceSetpoint, "");
230 OS_ASSERT(result);
231 }
232
233 bool DaylightingControl_Impl::setLightingControlType(const std::string& lightingControlType) {
234 bool result = setString(OS_Daylighting_ControlFields::LightingControlType, lightingControlType);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64