From 6418aee650fd97724a43fde5c68aef97816a589c Mon Sep 17 00:00:00 2001 From: Scott Horowitz Date: Sat, 22 Feb 2025 09:14:07 -0700 Subject: [PATCH] Revert order of measure args. --- BuildResidentialHPXML/README.md | 48 +++++++++++++------------- BuildResidentialHPXML/measure.rb | 48 +++++++++++++------------- BuildResidentialHPXML/measure.xml | 56 +++++++++++++++---------------- 3 files changed, 76 insertions(+), 76 deletions(-) diff --git a/BuildResidentialHPXML/README.md b/BuildResidentialHPXML/README.md index f396d14cdb..f500be7273 100644 --- a/BuildResidentialHPXML/README.md +++ b/BuildResidentialHPXML/README.md @@ -2650,22 +2650,22 @@ Outdoor temperatures of heating detailed performance data if available. Applies
-**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``
-**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`` @@ -2683,22 +2683,22 @@ Maximum speed capacities of heating detailed performance data if available, corr
-**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``
-**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`` @@ -2727,22 +2727,22 @@ Outdoor temperatures of cooling detailed performance data if available. Applies
-**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``
-**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`` @@ -2760,22 +2760,22 @@ Maximum speed capacities of cooling detailed performance data if available, corr
-**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``
-**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`` diff --git a/BuildResidentialHPXML/measure.rb b/BuildResidentialHPXML/measure.rb index 87b810f8ab..29e2859f9d 100644 --- a/BuildResidentialHPXML/measure.rb +++ b/BuildResidentialHPXML/measure.rb @@ -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).') @@ -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).') diff --git a/BuildResidentialHPXML/measure.xml b/BuildResidentialHPXML/measure.xml index ce15edb906..22de662e71 100644 --- a/BuildResidentialHPXML/measure.xml +++ b/BuildResidentialHPXML/measure.xml @@ -3,8 +3,8 @@ 3.1 build_residential_hpxml a13a8983-2b01-4930-8af2-42030b6e4233 - 13a60de1-66d3-4182-980e-a551ebc462d3 - 2025-02-21T22:28:19Z + 7ef66f2f-fa46-4620-8aed-1713103a76ee + 2025-02-22T16:13:56Z 2C38F48B BuildResidentialHPXML HPXML Builder @@ -3267,18 +3267,18 @@ false - hvac_perf_data_heating_nom_speed_capacities - HVAC Detailed Performance Data: Heating Nominal 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). + hvac_perf_data_heating_min_speed_capacities + HVAC Detailed Performance Data: Heating Minimum 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). String Btu/hr or Frac false false - hvac_perf_data_heating_min_speed_capacities - HVAC Detailed Performance Data: Heating Minimum 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). + hvac_perf_data_heating_nom_speed_capacities + HVAC Detailed Performance Data: Heating Nominal 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). String Btu/hr or Frac false @@ -3294,18 +3294,18 @@ false - hvac_perf_data_heating_nom_speed_cops - HVAC Detailed Performance Data: Heating Nominal 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). + hvac_perf_data_heating_min_speed_cops + HVAC Detailed Performance Data: Heating Minimum 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). String W/W false false - hvac_perf_data_heating_min_speed_cops - HVAC Detailed Performance Data: Heating Minimum 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). + hvac_perf_data_heating_nom_speed_cops + HVAC Detailed Performance Data: Heating Nominal 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). String W/W false @@ -3330,18 +3330,18 @@ false - hvac_perf_data_cooling_nom_speed_capacities - HVAC Detailed Performance Data: Cooling Nominal 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). + hvac_perf_data_cooling_min_speed_capacities + HVAC Detailed Performance Data: Cooling Minimum 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). String Btu/hr or Frac false false - hvac_perf_data_cooling_min_speed_capacities - HVAC Detailed Performance Data: Cooling Minimum 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). + hvac_perf_data_cooling_nom_speed_capacities + HVAC Detailed Performance Data: Cooling Nominal 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). String Btu/hr or Frac false @@ -3357,18 +3357,18 @@ false - hvac_perf_data_cooling_nom_speed_cops - HVAC Detailed Performance Data: Cooling Nominal 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). + hvac_perf_data_cooling_min_speed_cops + HVAC Detailed Performance Data: Cooling Minimum 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). String W/W false false - hvac_perf_data_cooling_min_speed_cops - HVAC Detailed Performance Data: Cooling Minimum 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). + hvac_perf_data_cooling_nom_speed_cops + HVAC Detailed Performance Data: Cooling Nominal 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). String W/W false @@ -7736,7 +7736,7 @@ README.md md readme - CE5CEC6E + 89D2D616 README.md.erb @@ -7753,7 +7753,7 @@ measure.rb rb script - 34A51109 + 8DA6CED8 constants.rb