Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 377 Bytes

increasing_upgrade_options.rst

File metadata and controls

12 lines (8 loc) · 377 Bytes

Increasing Upgrade Options

To allow more options per upgrade, increase the value returned by the following method defined in measures/ApplyUpgrade/resources/constants.rb:

def self.NumApplyUpgradeOptions
  return 25
end

Then run openstudio tasks.rb update_measures. See tasks for instructions on how to run tasks.