CIM14 :: ENTSOE :: Equipment :: Wires :: StaticVarCompensator :: StaticVarCompensator :: Class StaticVarCompensator
[hide private]
[frames] | no frames]

Class StaticVarCompensator

Core.ConductingEquipment.ConductingEquipment --+    
                                               |    
               RegulatingCondEq.RegulatingCondEq --+
                                                   |
                                                  StaticVarCompensator

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.- The value of the “inductiveRating” attribute must always be negative. - The value of the “capactiveRating” attribute must always be positive. - [R9.3] is satisfied by navigation to ConnectivityNode and Substation

Instance Methods [hide private]
 
__init__(self, voltageSetPoint=0.0, capacitiveRating=0.0, slope=0.0, inductiveRating=0.0, sVCControlMode="voltage", *args, **kw_args)
Initialises a new 'StaticVarCompensator' instance.

Inherited from RegulatingCondEq.RegulatingCondEq: getRegulatingControl, setRegulatingControl

Class Variables [hide private]
  _attrs = ["voltageSetPoint", "capacitiveRating", "slope", "ind...
  _attr_types = {"voltageSetPoint": float, "capacitiveRating": f...
  _defaults = {"voltageSetPoint": 0.0, "capacitiveRating": 0.0, ...
  _enums = {"sVCControlMode": "SVCControlMode"}
  _refs = []
  _many_refs = []

Inherited from RegulatingCondEq.RegulatingCondEq: RegulatingControl

Instance Variables [hide private]
  voltageSetPoint
The reactive power output of the SVC is proportional to the difference between the voltage at the regulated bus and the voltage setpoint.
  capacitiveRating
Maximum available capacitive reactive power
  slope
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.
  inductiveRating
Maximum available inductive reactive power
  sVCControlMode
SVC control mode.
Method Details [hide private]

__init__(self, voltageSetPoint=0.0, capacitiveRating=0.0, slope=0.0, inductiveRating=0.0, sVCControlMode="voltage", *args, **kw_args)
(Constructor)

 

Initialises a new 'StaticVarCompensator' instance.

Parameters:
  • voltageSetPoint - 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.
  • capacitiveRating - Maximum available capacitive reactive power
  • slope - 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.
  • inductiveRating - Maximum available inductive reactive power
  • sVCControlMode - SVC control mode. Values are: "voltage", "reactivePower", "off"
Overrides: RegulatingCondEq.RegulatingCondEq.__init__

Class Variable Details [hide private]

_attrs

Value:
["voltageSetPoint", "capacitiveRating", "slope", "inductiveRating", "s\
VCControlMode"]

_attr_types

Value:
{"voltageSetPoint": float, "capacitiveRating": float, "slope": float, \
"inductiveRating": float, "sVCControlMode": str}

_defaults

Value:
{"voltageSetPoint": 0.0, "capacitiveRating": 0.0, "slope": 0.0, "induc\
tiveRating": 0.0, "sVCControlMode": "voltage"}

Instance Variable Details [hide private]

voltageSetPoint

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.

sVCControlMode

SVC control mode. Values are: "voltage", "reactivePower", "off"