Method
ratedTotalLightingPower
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); |