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

Method isIlluminanceSetpointDefaulted

src/model/DaylightingControl.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 bool DaylightingControl_Impl::isIlluminanceSetpointDefaulted() const {
105 return isEmpty(OS_Daylighting_ControlFields::IlluminanceSetpoint);
106 }
107
108 std::string DaylightingControl_Impl::lightingControlType() const {
109 boost::optional<std::string> value = getString(OS_Daylighting_ControlFields::LightingControlType, true);

Callers 2

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

isEmptyFunction · 0.85

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64