Sha256: f871524cc17b96f090c8eb4e5305059dc6256078d85ba2dd365cfd7b2802dc2b

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

{
    "argument": {
        "display_name": "<%= @variable['display_name'] %>",
        "machine_name": "<%= @variable['machine_name'] %>",
        "name": "<%= @variable['name'] %>",
        "required": false,
        "uuid": "<%= UUID.new.generate %>",
        "version_uuid": "<%= UUID.new.generate %>"
    },
    "display_name": "<%= @variable['display_name'] %>",
    "machine_name": "<%= @variable['machine_name'] %>",
    "name": "<%= @variable['machine_name'] %>",
    "pivot": true,
    "relation_to_output": "<%= @variable['relation_to_eui'] %>",
    "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

3 entries across 3 versions & 1 rubygems

Version Path
openstudio-analysis-0.3.2 lib/openstudio/templates/pivot_variable.json.erb
openstudio-analysis-0.3.1 lib/openstudio/templates/pivot_variable.json.erb
openstudio-analysis-0.3.0 lib/openstudio/templates/pivot_variable.json.erb