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

Method getLightingPower

src/model/Lights.cpp:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 }
275
276 double Lights_Impl::getLightingPower(double floorArea, double numPeople) const {
277 return lightsDefinition().getLightingPower(floorArea, numPeople) * multiplier();
278 }
279
280 double Lights_Impl::getPowerPerFloorArea(double floorArea, double numPeople) const {
281 return lightsDefinition().getPowerPerFloorArea(floorArea, numPeople) * multiplier();

Callers 2

lightingPowerMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36