Package CIM14 :: Package CPSM :: Package StateVariables :: Package Wires :: Module ShuntCompensator' :: Class ShuntCompensator
[hide private]
[frames] | no frames]

Class ShuntCompensator

      object --+    
               |    
Element'.Element --+
                   |
                  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, SvShuntCompensatorSections=None, *args, **kw_args)
Initialises a new 'ShuntCompensator' instance.
 
getSvShuntCompensatorSections(self)
The state for the number of shunt compensator sections in service.
 
setSvShuntCompensatorSections(self, value)

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

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _refs = ['SvShuntCompensatorSections']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  SvShuntCompensatorSections
The state for the number of shunt compensator sections in service.

Inherited from object: __class__

Method Details [hide private]

__init__(self, SvShuntCompensatorSections=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ShuntCompensator' instance.

Parameters:
  • SvShuntCompensatorSections - The state for the number of shunt compensator sections in service.
Overrides: object.__init__

Property Details [hide private]

SvShuntCompensatorSections

The state for the number of shunt compensator sections in service.

Get Method:
getSvShuntCompensatorSections(self) - The state for the number of shunt compensator sections in service.
Set Method:
setSvShuntCompensatorSections(self, value)