From a563110bf6725d7a450c132da109ccf2c6567383 Mon Sep 17 00:00:00 2001 From: Joe Robertson Date: Thu, 6 Feb 2025 14:10:03 -0700 Subject: [PATCH] Change tcm from string to double argument. --- BuildResidentialHPXML/README.md | 2 +- BuildResidentialHPXML/measure.rb | 2 +- BuildResidentialHPXML/measure.xml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/BuildResidentialHPXML/README.md b/BuildResidentialHPXML/README.md index 0c76275dc2..3863427bc7 100644 --- a/BuildResidentialHPXML/README.md +++ b/BuildResidentialHPXML/README.md @@ -174,7 +174,7 @@ Enter a date range like 'Mar 15 - Dec 15'. If not provided, the OS-HPXML default Affects the transient calculation of indoor air temperatures. If not provided, the OS-HPXML default (see HPXML Simulation Control) is used. - **Name:** ``simulation_control_temperature_capacitance_multiplier`` -- **Type:** ``String`` +- **Type:** ``Double`` - **Required:** ``false`` diff --git a/BuildResidentialHPXML/measure.rb b/BuildResidentialHPXML/measure.rb index 2e83b99efc..616c621f83 100644 --- a/BuildResidentialHPXML/measure.rb +++ b/BuildResidentialHPXML/measure.rb @@ -114,7 +114,7 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDescription("Enter a date range like 'Mar 15 - Dec 15'. If not provided, the OS-HPXML default (see HPXML Building Site) is used.") args << arg - arg = OpenStudio::Measure::OSArgument::makeStringArgument('simulation_control_temperature_capacitance_multiplier', false) + arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('simulation_control_temperature_capacitance_multiplier', false) arg.setDisplayName('Simulation Control: Temperature Capacitance Multiplier') arg.setDescription("Affects the transient calculation of indoor air temperatures. If not provided, the OS-HPXML default (see HPXML Simulation Control) is used.") args << arg diff --git a/BuildResidentialHPXML/measure.xml b/BuildResidentialHPXML/measure.xml index e372ce61d8..24e30b69fe 100644 --- a/BuildResidentialHPXML/measure.xml +++ b/BuildResidentialHPXML/measure.xml @@ -3,8 +3,8 @@ 3.1 build_residential_hpxml a13a8983-2b01-4930-8af2-42030b6e4233 - 1fbc249e-108c-4567-82f0-a04bc6a3374c - 2025-01-15T22:36:22Z + 48a9fb98-bc96-4ccc-97a5-c7aaac3f2199 + 2025-02-06T21:09:42Z 2C38F48B BuildResidentialHPXML HPXML Builder @@ -149,7 +149,7 @@ simulation_control_temperature_capacitance_multiplier Simulation Control: Temperature Capacitance Multiplier Affects the transient calculation of indoor air temperatures. If not provided, the OS-HPXML default (see <a href='https://openstudio-hpxml.readthedocs.io/en/v1.10.0/workflow_inputs.html#hpxml-simulation-control'>HPXML Simulation Control</a>) is used. - String + Double false false @@ -7527,7 +7527,7 @@ README.md md readme - ECAEDA1E + 47F34ABF README.md.erb @@ -7544,7 +7544,7 @@ measure.rb rb script - DF604C07 + ACBA8A93 constants.rb