Sha256: 578f10683919ad2e9a6ed44ccaa910ccf9b2a45d34bc6c8c8a59017ba5572932

Contents?: true

Size: 1.21 KB

Versions: 5

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": "<%= SecureRandom.uuid %>",
    "version_uuid": "<%= SecureRandom.uuid %>"
}


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
openstudio-analysis-0.4.3 lib/openstudio/templates/pivot_variable.json.erb
openstudio-analysis-0.4.2 lib/openstudio/templates/pivot_variable.json.erb
openstudio-analysis-0.4.1 lib/openstudio/templates/pivot_variable.json.erb
openstudio-analysis-0.4.0 lib/openstudio/templates/pivot_variable.json.erb
openstudio-analysis-0.3.7 lib/openstudio/templates/pivot_variable.json.erb