lib/measures/hvac_psychrometric_chart/measure.rb in openstudio-common-measures-0.2.0 vs lib/measures/hvac_psychrometric_chart/measure.rb in openstudio-common-measures-0.2.1

- old
+ new

@@ -54,10 +54,10 @@ def modeler_description return 'WARNING: the report takes a long time to render (can be several minutes!) in the OpenStudio App. Open it in a web browser if this is too slow for you. Creates a psychrometric chart in SI units that shows the air conditions at each node on the supply side of the selected air loop. These conditions are obtained by requesting hourly temperature and humidity for these specific nodes. ' end # define the arguments that the user will input - def arguments + def arguments(model = nil) args = OpenStudio::Measure::OSArgumentVector.new # make an argument for air loop air_loop_name = OpenStudio::Measure::OSArgument.makeStringArgument('air_loop_name', true) air_loop_name.setDisplayName('Air Loop Name')