Sha256: 263549c1908e45956f0191e0fb4300951b94f6b618a1c1179bcc516e84427eae
Contents?: true
Size: 616 Bytes
Versions: 3
Compression:
Stored size: 616 Bytes
Contents
# ******************************************************************************* # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC. # See also https://openstudio.net/license # ******************************************************************************* class OpenStudio::Model::CoilHeatingDXMultiSpeed def maxHeatingCapacity stages.last.maxHeatingCapacity end def maxAirFlowRate stages.last.maxAirFlowRate end def maxHeatingCapacityAutosized stages.last.maxHeatingCapacityAutosized end def maxAirFlowRateAutosized stages.last.maxAirFlowRateAutosized end end
Version data entries
3 entries across 3 versions & 1 rubygems