Sha256: 59b03cba5cb9527e00d54a17818daa24731b49e79ba49472e4103cb513db4a9e
Contents?: true
Size: 1.62 KB
Versions: 7
Compression:
Stored size: 1.62 KB
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://json-schema.org/openstudio-urban-modeling/distribution_transformer_properties.json#", "title": "URBANopt Distribution Transformer", "description": "Schema for an URBANopt RNM Distribution Transformer object", "type": "object", "properties": { "Code": { "description": "Unique name/ID of the feature in the RNM analysis.", "type": "string" }, "NodeA": { "description": "Name/ID of the RNM 'From' Node it is associated with.", "type": "string" }, "NodeB": { "description": "Name/ID of the RNM 'To' Node it is associated with.", "type": "string" }, "Vnom1": { "description": "Nominal high voltage in kV.", "type": "string" }, "Vnom2": { "description": "Nominal low voltage in kV.", "type": "string" }, "Phases": { "description": "Phase", "type": "string", "enum": ["3-phase", "single phase"] }, "Xsc(pu)": { "description": "Reactance short-circuit (per unit). How much deviation per unit (multiplier).", "type": "string" }, "TapMin": { "description": "Tap minimum. How much the voltage value can be decreased (multiplier).", "type": "string" }, "TapMax": { "description": "Tap maximum. How much the voltage value can be increased (multiplier).", "type": "string" }, "Subest": { "description": "Substation the transformer is connected to.", "type": "string" }, "Feeder": { "description": "Feeder the transformer is connected to.", "type": "string" } } }
Version data entries
7 entries across 7 versions & 1 rubygems