Skip to content

Commit

Permalink
Typo in hvac_perf_data_capacity_type argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Oct 30, 2024
1 parent 06f6253 commit 5075a60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BuildResidentialHPXML/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions BuildResidentialHPXML/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>build_residential_hpxml</name>
<uid>a13a8983-2b01-4930-8af2-42030b6e4233</uid>
<version_id>f040ab16-ed37-4877-9c38-ab67b63850ff</version_id>
<version_modified>2024-10-30T17:48:10Z</version_modified>
<version_id>c547df04-6517-484e-9bc0-ebf7ad6e42c3</version_id>
<version_modified>2024-10-30T23:22:16Z</version_modified>
<xml_checksum>2C38F48B</xml_checksum>
<class_name>BuildResidentialHPXML</class_name>
<display_name>HPXML Builder</display_name>
Expand Down Expand Up @@ -3185,9 +3185,9 @@
<display_name>HVAC Detailed Performance Data: Capacity Type</display_name>
<description>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).</description>
<type>Choice</type>
<units>Absolute capacities</units>
<required>false</required>
<model_dependent>false</model_dependent>
<default_value>Absolute capacities</default_value>
<choices>
<choice>
<value>Absolute capacities</value>
Expand Down Expand Up @@ -7504,7 +7504,7 @@
<filename>measure.rb</filename>
<filetype>rb</filetype>
<usage_type>script</usage_type>
<checksum>A52F1D83</checksum>
<checksum>13F97DC9</checksum>
</file>
<file>
<filename>constants.rb</filename>
Expand Down

0 comments on commit 5075a60

Please sign in to comment.