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

Method getPowerPerPerson

src/model/Lights.cpp:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 double Lights_Impl::getPowerPerPerson(double floorArea, double numPeople) const {
285 return lightsDefinition().getPowerPerPerson(floorArea, numPeople) * multiplier();
286 }
287
288 boost::optional<ModelObject> Lights_Impl::scheduleAsModelObject() const {
289 OptionalModelObject result;

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36