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

Method ratedTotalLightingPower

src/model/RefrigerationWalkIn.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 }
249
250 double RefrigerationWalkIn_Impl::ratedTotalLightingPower() const {
251 boost::optional<double> value = getDouble(OS_Refrigeration_WalkInFields::RatedTotalLightingPower, true);
252 OS_ASSERT(value);
253 return value.get();
254 }
255
256 boost::optional<Schedule> RefrigerationWalkIn_Impl::lightingSchedule() const {
257 return getObject<ModelObject>().getModelObjectTarget<Schedule>(OS_Refrigeration_WalkInFields::LightingScheduleName);

Callers 2

TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64