lib/measures/openstudio_results/README.md in openstudio-common-measures-0.2.0 vs lib/measures/openstudio_results/README.md in openstudio-common-measures-0.2.1
- old
+ new
@@ -1,28 +1,218 @@
###### (Automatically generated documentation)
-#
+# OpenStudio Results
## Description
+This measure creates high level tables and charts pulling both from model inputs and EnergyPlus results. It has building level information as well as detail on space types, thermal zones, HVAC systems, envelope characteristics, and economics. Click the heading above a chart to view a table of the chart data.
-
## Modeler Description
+For the most part consumption data comes from the tabular EnergyPlus results, however there are a few requests added for time series results. Space type and loop details come from the OpenStudio model. The code for this is modular, making it easy to use as a template for your own custom reports. The structure of the report uses bootstrap, and the graphs use dimple js. The new measure warning section will show warnings generated by upstream measures. It will not show forward translation warnings, EnergyPlus warnings, or warnings that might be reported by this measure.
-
## Measure Type
-ModelMeasure
+ReportingMeasure
## Taxonomy
## Arguments
+### Which Unit System do you want to use?
+**Name:** units,
+**Type:** Choice,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
-This measure does not have any user arguments
+### Model Summary
+
+**Name:** building_summary_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Annual Overview
+
+**Name:** annual_overview_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Monthly Overview
+
+**Name:** monthly_overview_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Utility Bills/Rates
+
+**Name:** utility_bills_rates_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Envelope Summary
+
+**Name:** envelope_section_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Space Type Breakdown
+
+**Name:** space_type_breakdown_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Space Type Summary
+
+**Name:** space_type_details_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Interior Lighting Summary
+
+**Name:** interior_lighting_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Plug Loads Summary
+
+**Name:** plug_loads_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Exterior Lighting
+
+**Name:** exterior_light_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Water Use Equipment
+
+**Name:** water_use_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### HVAC Load Profiles
+
+**Name:** hvac_load_profile,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Zone Conditions
+
+**Name:** zone_condition_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Zone Overview
+
+**Name:** zone_summary_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Zone Equipment Detail
+
+**Name:** zone_equipment_detail_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Air Loops Detail
+
+**Name:** air_loops_detail_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Plant Loops Detail
+
+**Name:** plant_loops_detail_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Outdoor Air
+
+**Name:** outdoor_air_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Cash Flow
+
+**Name:** cost_summary_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Site and Source Summary
+
+**Name:** source_energy_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Schedule Overview
+
+**Name:** schedules_overview_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Measure Warnings
+
+**Name:** measure_warning_section,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Report monthly fuel and enduse breakdown to registerValue
+This argument does not effect HTML file, instead it makes data from individal cells of monthly tables avaiable for machine readable values in the resulting OpenStudio Workflow file.
+**Name:** reg_monthly_details,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+
## Outputs
\ No newline at end of file