Sha256: f18540c2727b2eed477cc814264ffc4e98df63e82cc66783921d51559961eebb
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
{ "argument": { "display_name": "<%= @variable['display_name'] %>", "display_name_short": "<%= @variable['display_name_short'] %>", "name": "<%= @variable['name'] %>", "value_type": "<%= @variable['type'] %>" }, "display_name": "<%= @variable['display_name'] %>", "display_name_short": "<%= @variable['display_name_short'] %>", "maximum": <%= @variable['distribution']['max'] ? @variable['distribution']['max'].inspect : 'null' %>, "minimum": <%= @variable['distribution']['min'] ? @variable['distribution']['min'].inspect : 'null' %>, "relation_to_output": "<%= @variable['relation_to_eui'] %>", "static_value": <%= @variable['distribution']['static_value'].inspect %>, "pivot": true, "uncertainty_description": { "attributes": [ { "name": "discrete", "values_and_weights": <%= @values_and_weights %> } ], "type": "discrete_uncertain" }, "units": "<%= @variable['units'] %>", "value_type": "<%= @variable['type'] %>", "variable_type": "RubyContinuousVariable", "uuid": "<%= UUID.new.generate %>", "version_uuid": "<%= UUID.new.generate %>" }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openstudio-analysis-0.3.6 | lib/openstudio/templates/pivot_variable.json.erb |
openstudio-analysis-0.3.5 | lib/openstudio/templates/pivot_variable.json.erb |