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

Method designLevelCalculationMethod

src/model/LightsDefinition.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 std::string LightsDefinition_Impl::designLevelCalculationMethod() const {
47 boost::optional<std::string> value = getString(OS_Lights_DefinitionFields::DesignLevelCalculationMethod, true);
48 OS_ASSERT(value);
49 return value.get();
50 }
51
52 boost::optional<double> LightsDefinition_Impl::lightingLevel() const {
53 boost::optional<double> result;

Callers 15

lightingLevelMethod · 0.95
wattsperPersonMethod · 0.95
setLightingLevelMethod · 0.95
setWattsperPersonMethod · 0.95
runMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateGasEquipmentMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 6

runMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36