diff --git a/BuildResidentialHPXML/measure.rb b/BuildResidentialHPXML/measure.rb index 86c117c8ea..ded8c404ee 100644 --- a/BuildResidentialHPXML/measure.rb +++ b/BuildResidentialHPXML/measure.rb @@ -1551,7 +1551,7 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg = OpenStudio::Measure::OSArgument.makeChoiceArgument('hvac_perf_data_capacity_type', perf_data_capacity_type_choices, false) arg.setDisplayName('HVAC Detailed Performance Data: Capacity Type') arg.setDescription('Type of capacity values for detailed performance data if available. Applies only to variable-speed air-source HVAC systems (central air conditioners, mini-split air conditioners, air-to-air heat pumps, and mini-split heat pumps).') - arg.setUnits('Absolute capacities') + arg.setDefaultValue('Absolute capacities') args << arg arg = OpenStudio::Measure::OSArgument.makeStringArgument('hvac_perf_data_heating_outdoor_temperatures', false) diff --git a/BuildResidentialHPXML/measure.xml b/BuildResidentialHPXML/measure.xml index bec2ad806f..803992e934 100644 --- a/BuildResidentialHPXML/measure.xml +++ b/BuildResidentialHPXML/measure.xml @@ -3,8 +3,8 @@ 3.1 build_residential_hpxml a13a8983-2b01-4930-8af2-42030b6e4233 - f040ab16-ed37-4877-9c38-ab67b63850ff - 2024-10-30T17:48:10Z + c547df04-6517-484e-9bc0-ebf7ad6e42c3 + 2024-10-30T23:22:16Z 2C38F48B BuildResidentialHPXML HPXML Builder @@ -3185,9 +3185,9 @@ HVAC Detailed Performance Data: Capacity Type Type of capacity values for detailed performance data if available. Applies only to variable-speed air-source HVAC systems (central air conditioners, mini-split air conditioners, air-to-air heat pumps, and mini-split heat pumps). Choice - Absolute capacities false false + Absolute capacities Absolute capacities @@ -7504,7 +7504,7 @@ measure.rb rb script - A52F1D83 + 13F97DC9 constants.rb