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

Method setLightingControlType

src/model/DaylightingControl.cpp:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 }
232
233 bool DaylightingControl_Impl::setLightingControlType(const std::string& lightingControlType) {
234 bool result = setString(OS_Daylighting_ControlFields::LightingControlType, lightingControlType);
235 return result;
236 }
237
238 void DaylightingControl_Impl::resetLightingControlType() {
239 bool result = setString(OS_Daylighting_ControlFields::LightingControlType, "");

Callers 4

translateThermalZoneMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64