Sha256: 3864a5030b148fc9c6940604828cc966eab2b480d3a68228745330c36e1eb3cd

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "http://json-schema.org/openstudio-urban-modeling/capacitor_properties.json#",
  "title": "URBANopt Capacitor",
  "description": "Schema for an URBANopt RNM Capacitor object",
  "type": "object",
  "properties": {
  	"Code": {
      "description": "Unique name/ID of the feature in the RNM analysis.",
      "type": "string"
    },
    "Node": {
      "description": "Name/ID of the RNM analysis feature it is associated with.",
      "type": "string"
    },
    "Phases": {
      "description": "Phase",
      "type": "string",
      "enum": ["1", "3"]  
    },
    "NomV_kV": {
      "description": "Nominal Voltage in kV.",
      "type": "string"
    },
    "Size_kVAr": {
      "description": "Size in kVAr.",
      "type": "string"
    },
    "Subest": {
      "description": "Substation the capacitor is connected to.",
      "type": "string"
    },
    "Feeder": {
      "description": "Feeder the capacitor is connected to.",
      "type": "string"
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
urbanopt-geojson-0.11.2 lib/urbanopt/geojson/schema/capacitor_properties.json
urbanopt-geojson-0.11.1 lib/urbanopt/geojson/schema/capacitor_properties.json
urbanopt-geojson-0.11.0 lib/urbanopt/geojson/schema/capacitor_properties.json
urbanopt-geojson-0.10.0 lib/urbanopt/geojson/schema/capacitor_properties.json
urbanopt-geojson-0.9.0 lib/urbanopt/geojson/schema/capacitor_properties.json
urbanopt-geojson-0.8.1 lib/urbanopt/geojson/schema/capacitor_properties.json
urbanopt-geojson-0.8.0 lib/urbanopt/geojson/schema/capacitor_properties.json