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

Method isLightingControlTypeDefaulted

src/model/DaylightingControl.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 bool DaylightingControl_Impl::isLightingControlTypeDefaulted() const {
115 return isEmpty(OS_Daylighting_ControlFields::LightingControlType);
116 }
117
118 double DaylightingControl_Impl::minimumInputPowerFractionforContinuousDimmingControl() const {
119 boost::optional<double> value = getDouble(OS_Daylighting_ControlFields::MinimumInputPowerFractionforContinuousDimmingControl, true);

Callers 1

TEST_FFunction · 0.80

Calls 1

isEmptyFunction · 0.85

Tested by 1

TEST_FFunction · 0.64