Sha256: b352e0ec98c6ea7e17c62e934f5ee77c37848fe89d42e9bf4e1f41c491ba7108

Contents?: true

Size: 916 Bytes

Versions: 9

Compression:

Stored size: 916 Bytes

Contents

{
    "argument": {
        "display_name": "<%= @variable['display_name'] %>",
        "machine_name": "<%= @variable['machine_name'] %>",
        "name": "<%= @variable['name'] %>",
        "uuid": "<%= UUID.new.generate %>",
        "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
    },
    "display_name": "<%= @variable['display_name'] %>",
    "machine_name": "<%= @variable['machine_name'] %>",
    "name": "<%= @variable['machine_name'] %>",
    "units": "<%= @variable['units'] %>",
    "value_type": "<%= @variable['type'] %>",
    "static": true,
    "relation_to_output": "<%= @variable['relation_to_eui'] %>",
    "relation_to_output_ADDME": "<%= @variable['relation_to_eui'] %>",
    "static_value": <%= @variable['distribution']['static_value'].inspect %>,
    "uuid": "<%= UUID.new.generate %>",
    "variable_type": "RubyContinuousVariable",
    "version_uuid": "<%= UUID.new.generate %>"
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
openstudio-analysis-0.2.3 lib/openstudio/templates/static_variable.json.erb
openstudio-analysis-0.2.2 lib/openstudio/templates/static_variable.json.erb
openstudio-analysis-0.2.1 lib/openstudio/templates/static_variable.json.erb
openstudio-analysis-0.2.0 lib/openstudio/templates/static_variable.json.erb
openstudio-analysis-0.1.18 lib/openstudio/templates/static_variable.json.erb
openstudio-analysis-0.1.17 lib/openstudio/templates/static_variable.json.erb
openstudio-analysis-0.1.16 lib/openstudio/templates/static_variable.json.erb
openstudio-analysis-0.1.15 lib/openstudio/templates/static_variable.json.erb
openstudio-analysis-0.1.14 lib/openstudio/templates/static_variable.json.erb