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

Method setMaximumLoopTemperature

src/model/PlantLoop.cpp:774–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers 1

addSHWLoopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected