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

Method lightingControlType

src/model/DaylightingControl.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 std::string DaylightingControl_Impl::lightingControlType() const {
109 boost::optional<std::string> value = getString(OS_Daylighting_ControlFields::LightingControlType, true);
110 OS_ASSERT(value);
111 return value.get();
112 }
113
114 bool DaylightingControl_Impl::isLightingControlTypeDefaulted() const {
115 return isEmpty(OS_Daylighting_ControlFields::LightingControlType);

Callers 3

TEST_FFunction · 0.80
translateThermalZoneMethod · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64