Skip to content

Commit

Permalink
Update argument descriptions [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Oct 25, 2024
1 parent 30dcd87 commit ce9220d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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>35346ed6-77f3-4e97-8ea0-618538dbf4e9</version_id>
<version_modified>2024-10-25T16:59:10Z</version_modified>
<version_id>14bbfdc6-d247-41e4-ae10-9b2e9ddea000</version_id>
<version_modified>2024-10-25T17:12:34Z</version_modified>
<xml_checksum>2C38F48B</xml_checksum>
<class_name>BuildResidentialHPXML</class_name>
<display_name>HPXML Builder</display_name>
Expand Down Expand Up @@ -7516,7 +7516,7 @@
<filename>geometry.rb</filename>
<filetype>rb</filetype>
<usage_type>resource</usage_type>
<checksum>D318C4AF</checksum>
<checksum>AADC5A37</checksum>
</file>
<file>
<filename>test_build_residential_hpxml.rb</filename>
Expand Down
8 changes: 4 additions & 4 deletions BuildResidentialHPXML/resources/geometry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1375,10 +1375,10 @@ def self.create_doors(runner:,
#
# @param runner [OpenStudio::Measure::OSRunner] Object typically used to display warnings
# @param model [OpenStudio::Model::Model] OpenStudio Model object
# @param window_area_front [Double] amount of window area on unit's front facade (ft2)
# @param window_area_back [Double] amount of window area on unit's back facade (ft2)
# @param window_area_left [Double] amount of window area on unit's left facade (ft2)
# @param window_area_right [Double] amount of window area on unit's right facade (ft2)
# @param window_area_front [Double] amount of window area on unit's front facade or window to wall ratio if less than 1 (ft2 or frac)
# @param window_area_back [Double] amount of window area on unit's back facade or window to wall ratio if less than 1 (ft2 or frac)
# @param window_area_left [Double] amount of window area on unit's left facade or window to wall ratio if less than 1 (ft2 or frac)
# @param window_area_right [Double] amount of window area on unit's right facade or window to wall ratio if less than 1 (ft2 or frac)
# @param window_aspect_ratio [Double] ratio of window height to width (frac)
# @param skylight_area_front [Double] amount of skylight area on the unit's front conditioned roof facade (ft2)
# @param skylight_area_back [Double] amount of skylight area on the unit's back conditioned roof facade (ft2)
Expand Down

0 comments on commit ce9220d

Please sign in to comment.