| 772 | } |
| 773 | |
| 774 | bool PlantLoop_Impl::setMaximumLoopTemperature(double value) { |
| 775 | return setDouble(OS_PlantLoopFields::MaximumLoopTemperature, value); |
| 776 | } |
| 777 | |
| 778 | double PlantLoop_Impl::minimumLoopTemperature() { |
| 779 | return getDouble(OS_PlantLoopFields::MinimumLoopTemperature, true).get(); |