Package CIM15 :: Package CDPSM :: Package Balanced :: Package IEC61970 :: Package Wires :: Module ShuntCompensator' :: Class ShuntCompensator
[hide private]
[frames] | no frames]

Class ShuntCompensator

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         ShuntCompensator

A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for reactivePerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied.

Instance Methods [hide private]
 
__init__(self, nomQ=0.0, maxU=0.0, g0PerSection=0.0, gPerSection=0.0, minU=0.0, bPerSection=0.0, reactivePerSection=0.0, voltageSensitivity=0.0, nomU=0.0, normalSections=0, b0PerSection=0.0, maximumSections=0, *args, **kw_args)
Initialises a new 'ShuntCompensator' instance.

Inherited from Core.IdentifiedObject'.IdentifiedObject: addNames, getNames, removeNames, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'b0PerSection': <type 'float'>, 'bPerSection': ...
  _attrs = ['nomQ', 'maxU', 'g0PerSection', 'gPerSection', 'minU...
  _defaults = {'b0PerSection': 0.0, 'bPerSection': 0.0, 'g0PerSe...
  _many_refs = []
  _refs = []

Inherited from Element'.Element (private): _enums

Properties [hide private]

Inherited from Core.IdentifiedObject'.IdentifiedObject: Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, nomQ=0.0, maxU=0.0, g0PerSection=0.0, gPerSection=0.0, minU=0.0, bPerSection=0.0, reactivePerSection=0.0, voltageSensitivity=0.0, nomU=0.0, normalSections=0, b0PerSection=0.0, maximumSections=0, *args, **kw_args)
(Constructor)

 

Initialises a new 'ShuntCompensator' instance.

Parameters:
  • nomQ - Nominal reactive power output of the capacitor bank at the nominal voltage. This number should be positive.
  • maxU - The maximum voltage at which the capacitor bank should operate.
  • g0PerSection - Zero sequence shunt (charging) conductance per section
  • gPerSection - Positive sequence shunt (charging) conductance per section
  • minU - The minimum voltage at which the capacitor bank should operate.
  • bPerSection - Positive sequence shunt (charging) susceptance per section
  • reactivePerSection - For a capacitor bank, the size in reactive power of each switchable section at the nominal voltage.
  • voltageSensitivity - Voltage sensitivity required for the device to regulate the bus voltage, in voltage/reactive power.
  • nomU - The nominal voltage at which the nominal reactive power was measured. This should normally be within 10% of the voltage at which the capacitor is connected to the network.
  • normalSections - For a capacitor bank, the normal number of sections switched in. This number should correspond to the nominal reactive power (nomQ).
  • b0PerSection - Zero sequence shunt (charging) susceptance per section
  • maximumSections - For a capacitor bank, the maximum number of sections that may be switched in.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'b0PerSection': <type 'float'>,
 'bPerSection': <type 'float'>,
 'g0PerSection': <type 'float'>,
 'gPerSection': <type 'float'>,
 'maxU': <type 'float'>,
 'maximumSections': <type 'int'>,
 'minU': <type 'float'>,
 'nomQ': <type 'float'>,
...

_attrs

Value:
['nomQ',
 'maxU',
 'g0PerSection',
 'gPerSection',
 'minU',
 'bPerSection',
 'reactivePerSection',
 'voltageSensitivity',
...

_defaults

Value:
{'b0PerSection': 0.0,
 'bPerSection': 0.0,
 'g0PerSection': 0.0,
 'gPerSection': 0.0,
 'maxU': 0.0,
 'maximumSections': 0,
 'minU': 0.0,
 'nomQ': 0.0,
...