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

Method lightingLevel

src/model/LightsDefinition.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 boost::optional<double> LightsDefinition_Impl::lightingLevel() const {
53 boost::optional<double> result;
54 if (istringEqual("LightingLevel", this->designLevelCalculationMethod())) {
55 result = getDouble(OS_Lights_DefinitionFields::LightingLevel, true);
56 //OS_ASSERT(result);
57 }
58 return result;
59 }
60
61 boost::optional<double> LightsDefinition_Impl::wattsperSpaceFloorArea() const {
62 boost::optional<double> result;

Callers

nothing calls this directly

Calls 2

istringEqualFunction · 0.85

Tested by

no test coverage detected