From ce9220d3df9e8c46cadce1122c47b10702dc688a Mon Sep 17 00:00:00 2001 From: Scott Horowitz Date: Fri, 25 Oct 2024 11:12:51 -0600 Subject: [PATCH] Update argument descriptions [ci skip] --- BuildResidentialHPXML/measure.xml | 6 +++--- BuildResidentialHPXML/resources/geometry.rb | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/BuildResidentialHPXML/measure.xml b/BuildResidentialHPXML/measure.xml index 78d4152726..abb3fbcada 100644 --- a/BuildResidentialHPXML/measure.xml +++ b/BuildResidentialHPXML/measure.xml @@ -3,8 +3,8 @@ 3.1 build_residential_hpxml a13a8983-2b01-4930-8af2-42030b6e4233 - 35346ed6-77f3-4e97-8ea0-618538dbf4e9 - 2024-10-25T16:59:10Z + 14bbfdc6-d247-41e4-ae10-9b2e9ddea000 + 2024-10-25T17:12:34Z 2C38F48B BuildResidentialHPXML HPXML Builder @@ -7516,7 +7516,7 @@ geometry.rb rb resource - D318C4AF + AADC5A37 test_build_residential_hpxml.rb diff --git a/BuildResidentialHPXML/resources/geometry.rb b/BuildResidentialHPXML/resources/geometry.rb index 6bb460ee95..6435027a9a 100644 --- a/BuildResidentialHPXML/resources/geometry.rb +++ b/BuildResidentialHPXML/resources/geometry.rb @@ -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)