{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/StaticVarCompensator/schema.json", "title": " Smart Data Models - StaticVarCompensator", "description": "Adapted from CIM data models. A facility for providing variable and controllable shunt reactive power. The SVC typically consists of a stepdown transformer, filter, thyristor-controlled reactor, and thyristor-switched capacitor arms. The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero.", "type": "object", "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "properties": { "type": { "type": "string", "enum": [ "StaticVarCompensator" ], "description": "Property. NGSI type. It has to be StaticVarCompensator" }, "capacitiveRating": { "description": "Property. Model:'https://schema.org/Number'. Maximum available capacitive reactance. Default: 0.0", "type": "number" }, "inductiveRating": { "description": "Property. Model:'https://schema.org/Number'. Maximum available inductive reactance. Default: 0.0", "type": "number" }, "q": { "description": "Property. Model:'https://schema.org/Number'. Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution. Default: 0.0", "type": "number" }, "sVCControlMode": { "description": "Property. Model:'https://schema.org/Number'. SVC control mode. Default: None", "type": "number" }, "slope": { "description": "Property. Model:'https://schema.org/Number'. The characteristics slope of an SVC defines how the reactive power output changes in proportion to the difference between the regulated bus voltage and the voltage setpoint. Default: 0.0", "type": "number" }, "voltageSetPoint": { "description": "Property. Model:'https://schema.org/Number'. The reactive power output of the SVC is proportional to the difference between the voltage at the regulated bus and the voltage setpoint. When the regulated bus voltage is equal to the voltage setpoint, the reactive power output is zero. Default: 0.0", "type": "number" } } } ] }