| 131 | } |
| 132 | |
| 133 | std::string CoilHeatingDXMultiSpeed_Impl::defrostControl() const { |
| 134 | boost::optional<std::string> value = getString(OS_Coil_Heating_DX_MultiSpeedFields::DefrostControl, true); |
| 135 | OS_ASSERT(value); |
| 136 | return value.get(); |
| 137 | } |
| 138 | |
| 139 | double CoilHeatingDXMultiSpeed_Impl::defrostTimePeriodFraction() const { |
| 140 | boost::optional<double> value = getDouble(OS_Coil_Heating_DX_MultiSpeedFields::DefrostTimePeriodFraction, true); |