| 1 | initial version |
I believe I've fixed the issue by adding return effs to line 49 of the resources/Siz.CoilCoolingDXTwoSpeed.rb file.
def performanceCharacteristics
effs = []
effs << [ratedHighSpeedCOP, 'Rated High Speed COP']
effs << [ratedLowSpeedCOP, 'Rated Low Speed COP']
if condenserType == 'EvaporativelyCooled'
effs << [highSpeedEvaporativeCondenserEffectiveness, 'High Speed Evaporative Condenser Effectiveness']
effs << [lowSpeedEvaporativeCondenserEffectiveness, 'Low Speed Evaporative Condenser Effectiveness']
end
return effs
end
https://github.com/NREL/openstudio-common-measures-gem/pull/213/