Sha256: 5a89e2637e703572d0aa5f53e309a11a29b58b5104c11b6fe21660d9e509f109
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::CoilCoolingDXMultiSpeed def maxCoolingCapacity stages.last.maxCoolingCapacity end def maxAirFlowRate stages.last.maxAirFlowRate end def maxCoolingCapacityAutosized stages.last.maxCoolingCapacityAutosized end def maxAirFlowRateAutosized stages.last.maxAirFlowRateAutosized end end
Version data entries
3 entries across 3 versions & 1 rubygems