Skip to content

Commit

Permalink
Revert order of measure args.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Feb 22, 2025
1 parent 6b88c50 commit 6418aee
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 76 deletions.
48 changes: 24 additions & 24 deletions BuildResidentialHPXML/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2650,22 +2650,22 @@ Outdoor temperatures of heating detailed performance data if available. Applies

<br/>

**HVAC Detailed Performance Data: Heating Nominal Speed Capacities**
**HVAC Detailed Performance Data: Heating Minimum Speed Capacities**

Nominal speed capacities of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (air-to-air and mini-split heat pumps).
Minimum speed capacities of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to two stage and variable speed air-source HVAC systems (air-to-air and mini-split heat pumps).

- **Name:** ``hvac_perf_data_heating_nom_speed_capacities``
- **Name:** ``hvac_perf_data_heating_min_speed_capacities``
- **Type:** ``String``

- **Required:** ``false``

<br/>

**HVAC Detailed Performance Data: Heating Minimum Speed Capacities**
**HVAC Detailed Performance Data: Heating Nominal Speed Capacities**

Minimum speed capacities of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to two stage and variable speed air-source HVAC systems (air-to-air and mini-split heat pumps).
Nominal speed capacities of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (air-to-air and mini-split heat pumps).

- **Name:** ``hvac_perf_data_heating_min_speed_capacities``
- **Name:** ``hvac_perf_data_heating_nom_speed_capacities``
- **Type:** ``String``

- **Required:** ``false``
Expand All @@ -2683,22 +2683,22 @@ Maximum speed capacities of heating detailed performance data if available, corr

<br/>

**HVAC Detailed Performance Data: Heating Nominal Speed COPs**
**HVAC Detailed Performance Data: Heating Minimum Speed COPs**

Nominal speed efficiency COP values of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (air-to-air and mini-split heat pumps).
Minimum speed efficiency COP values of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to two stage and variable speed air-source HVAC systems (air-to-air and mini-split heat pumps).

- **Name:** ``hvac_perf_data_heating_nom_speed_cops``
- **Name:** ``hvac_perf_data_heating_min_speed_cops``
- **Type:** ``String``

- **Required:** ``false``

<br/>

**HVAC Detailed Performance Data: Heating Minimum Speed COPs**
**HVAC Detailed Performance Data: Heating Nominal Speed COPs**

Minimum speed efficiency COP values of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to two stage and variable speed air-source HVAC systems (air-to-air and mini-split heat pumps).
Nominal speed efficiency COP values of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (air-to-air and mini-split heat pumps).

- **Name:** ``hvac_perf_data_heating_min_speed_cops``
- **Name:** ``hvac_perf_data_heating_nom_speed_cops``
- **Type:** ``String``

- **Required:** ``false``
Expand Down Expand Up @@ -2727,22 +2727,22 @@ Outdoor temperatures of cooling detailed performance data if available. Applies

<br/>

**HVAC Detailed Performance Data: Cooling Nominal Speed Capacities**
**HVAC Detailed Performance Data: Cooling Minimum Speed Capacities**

Nominal speed capacities of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).
Minimum speed capacities of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to two stage and variable speed air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).

- **Name:** ``hvac_perf_data_cooling_nom_speed_capacities``
- **Name:** ``hvac_perf_data_cooling_min_speed_capacities``
- **Type:** ``String``

- **Required:** ``false``

<br/>

**HVAC Detailed Performance Data: Cooling Minimum Speed Capacities**
**HVAC Detailed Performance Data: Cooling Nominal Speed Capacities**

Minimum speed capacities of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to two stage and variable speed air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).
Nominal speed capacities of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).

- **Name:** ``hvac_perf_data_cooling_min_speed_capacities``
- **Name:** ``hvac_perf_data_cooling_nom_speed_capacities``
- **Type:** ``String``

- **Required:** ``false``
Expand All @@ -2760,22 +2760,22 @@ Maximum speed capacities of cooling detailed performance data if available, corr

<br/>

**HVAC Detailed Performance Data: Cooling Nominal Speed COPs**
**HVAC Detailed Performance Data: Cooling Minimum Speed COPs**

Nominal speed efficiency COP values of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).
Minimum speed efficiency COP values of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to two stage and variable speed air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).

- **Name:** ``hvac_perf_data_cooling_nom_speed_cops``
- **Name:** ``hvac_perf_data_cooling_min_speed_cops``
- **Type:** ``String``

- **Required:** ``false``

<br/>

**HVAC Detailed Performance Data: Cooling Minimum Speed COPs**
**HVAC Detailed Performance Data: Cooling Nominal Speed COPs**

Minimum speed efficiency COP values of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to two stage and variable speed air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).
Nominal speed efficiency COP values of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).

- **Name:** ``hvac_perf_data_cooling_min_speed_cops``
- **Name:** ``hvac_perf_data_cooling_nom_speed_cops``
- **Type:** ``String``

- **Required:** ``false``
Expand Down
48 changes: 24 additions & 24 deletions BuildResidentialHPXML/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1597,36 +1597,36 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument
arg.setUnits('F')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_heating_nom_speed_capacities', false)
arg.setDisplayName('HVAC Detailed Performance Data: Heating Nominal Speed Capacities')
arg.setDescription('Nominal speed capacities of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (air-to-air and mini-split heat pumps).')
arg.setUnits('Btu/hr or Frac')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_heating_min_speed_capacities', false)
arg.setDisplayName('HVAC Detailed Performance Data: Heating Minimum Speed Capacities')
arg.setDescription('Minimum speed capacities of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to two stage and variable speed air-source HVAC systems (air-to-air and mini-split heat pumps).')
arg.setUnits('Btu/hr or Frac')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_heating_nom_speed_capacities', false)
arg.setDisplayName('HVAC Detailed Performance Data: Heating Nominal Speed Capacities')
arg.setDescription('Nominal speed capacities of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (air-to-air and mini-split heat pumps).')
arg.setUnits('Btu/hr or Frac')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_heating_max_speed_capacities', false)
arg.setDisplayName('HVAC Detailed Performance Data: Heating Maximum Speed Capacities')
arg.setDescription('Maximum speed capacities of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to variable speed air-source HVAC systems (air-to-air and mini-split heat pumps).')
arg.setUnits('Btu/hr or Frac')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_heating_nom_speed_cops', false)
arg.setDisplayName('HVAC Detailed Performance Data: Heating Nominal Speed COPs')
arg.setDescription('Nominal speed efficiency COP values of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (air-to-air and mini-split heat pumps).')
arg.setUnits('W/W')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_heating_min_speed_cops', false)
arg.setDisplayName('HVAC Detailed Performance Data: Heating Minimum Speed COPs')
arg.setDescription('Minimum speed efficiency COP values of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to two stage and variable speed air-source HVAC systems (air-to-air and mini-split heat pumps).')
arg.setUnits('W/W')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_heating_nom_speed_cops', false)
arg.setDisplayName('HVAC Detailed Performance Data: Heating Nominal Speed COPs')
arg.setDescription('Nominal speed efficiency COP values of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (air-to-air and mini-split heat pumps).')
arg.setUnits('W/W')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_heating_max_speed_cops', false)
arg.setDisplayName('HVAC Detailed Performance Data: Heating Maximum Speed COPs')
arg.setDescription('Maximum speed efficiency COP values of heating detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to variable speed air-source HVAC systems (air-to-air and mini-split heat pumps).')
Expand All @@ -1639,36 +1639,36 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument
arg.setUnits('F')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_cooling_nom_speed_capacities', false)
arg.setDisplayName('HVAC Detailed Performance Data: Cooling Nominal Speed Capacities')
arg.setDescription('Nominal speed capacities of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).')
arg.setUnits('Btu/hr or Frac')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_cooling_min_speed_capacities', false)
arg.setDisplayName('HVAC Detailed Performance Data: Cooling Minimum Speed Capacities')
arg.setDescription('Minimum speed capacities of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to two stage and variable speed air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).')
arg.setUnits('Btu/hr or Frac')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_cooling_nom_speed_capacities', false)
arg.setDisplayName('HVAC Detailed Performance Data: Cooling Nominal Speed Capacities')
arg.setDescription('Nominal speed capacities of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).')
arg.setUnits('Btu/hr or Frac')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_cooling_max_speed_capacities', false)
arg.setDisplayName('HVAC Detailed Performance Data: Cooling Maximum Speed Capacities')
arg.setDescription('Maximum speed capacities of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to variable speed air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).')
arg.setUnits('Btu/hr or Frac')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_cooling_nom_speed_cops', false)
arg.setDisplayName('HVAC Detailed Performance Data: Cooling Nominal Speed COPs')
arg.setDescription('Nominal speed efficiency COP values of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).')
arg.setUnits('W/W')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_cooling_min_speed_cops', false)
arg.setDisplayName('HVAC Detailed Performance Data: Cooling Minimum Speed COPs')
arg.setDescription('Minimum speed efficiency COP values of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to two stage and variable speed air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).')
arg.setUnits('W/W')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_cooling_nom_speed_cops', false)
arg.setDisplayName('HVAC Detailed Performance Data: Cooling Nominal Speed COPs')
arg.setDescription('Nominal speed efficiency COP values of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).')
arg.setUnits('W/W')
args << arg

arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_cooling_max_speed_cops', false)
arg.setDisplayName('HVAC Detailed Performance Data: Cooling Maximum Speed COPs')
arg.setDescription('Maximum speed efficiency COP values of cooling detailed performance data if available, corresponding to the above outdoor temperatures. Applies only to variable speed air-source HVAC systems (central and mini-split air conditioners, air-to-air and mini-split heat pumps).')
Expand Down
Loading

0 comments on commit 6418aee

Please sign in to comment.