CIM14 :: CPSM :: Equipment :: Wires :: ShuntCompensator :: ShuntCompensator :: Class ShuntCompensator
[hide private]
[frames] | no frames]

Class ShuntCompensator

Core.ConductingEquipment.ConductingEquipment --+    
                                               |    
               RegulatingCondEq.RegulatingCondEq --+
                                                   |
                                                  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.- [R9.3] is satisfied by navigation to ConnectivityNode and Substation - If the reactivePerSection attribute is positive, the Compensator is a capacitor. If the value is negative, the Compensator is a reactor. - Attributes b0PerSection and g0PerSection are not required.

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

Inherited from RegulatingCondEq.RegulatingCondEq: getRegulatingControl, setRegulatingControl

Class Variables [hide private]
  _attrs = ["g0PerSection", "bPerSection", "nomU", "gPerSection"...
  _attr_types = {"g0PerSection": float, "bPerSection": float, "n...
  _defaults = {"g0PerSection": 0.0, "bPerSection": 0.0, "nomU": ...
  _enums = {}
  _refs = []
  _many_refs = []

Inherited from RegulatingCondEq.RegulatingCondEq: RegulatingControl

Instance Variables [hide private]
  g0PerSection
Zero sequence shunt (charging) conductance per section
  bPerSection
Positive sequence shunt (charging) susceptance per section
  nomU
The nominal voltage at which the nominal reactive power was measured.
  gPerSection
Positive sequence shunt (charging) conductance per section
  normalSections
For a capacitor bank, the normal number of sections switched in.
  b0PerSection
Zero sequence shunt (charging) susceptance per section
  maximumSections
For a capacitor bank, the maximum number of sections that may be switched in.
Method Details [hide private]

__init__(self, g0PerSection=0.0, bPerSection=0.0, nomU=0.0, gPerSection=0.0, normalSections=0, b0PerSection=0.0, maximumSections=0, *args, **kw_args)
(Constructor)

 

Initialises a new 'ShuntCompensator' instance.

Parameters:
  • g0PerSection - Zero sequence shunt (charging) conductance per section
  • bPerSection - Positive sequence shunt (charging) susceptance per section
  • 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.
  • gPerSection - Positive sequence shunt (charging) conductance per section
  • 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: RegulatingCondEq.RegulatingCondEq.__init__

Class Variable Details [hide private]

_attrs

Value:
["g0PerSection", "bPerSection", "nomU", "gPerSection", "normalSections\
", "b0PerSection", "maximumSections"]

_attr_types

Value:
{"g0PerSection": float, "bPerSection": float, "nomU": float, "gPerSect\
ion": float, "normalSections": int, "b0PerSection": float, "maximumSec\
tions": int}

_defaults

Value:
{"g0PerSection": 0.0, "bPerSection": 0.0, "nomU": 0.0, "gPerSection": \
0.0, "normalSections": 0, "b0PerSection": 0.0, "maximumSections": 0}

Instance Variable Details [hide private]

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).