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

Class ShuntCompensator

                           object --+                        
                                    |                        
                     Element'.Element --+                    
                                        |                    
  Core.IdentifiedObject'.IdentifiedObject --+                
                                            |                
Core.PowerSystemResource'.PowerSystemResource --+            
                                                |            
                        Core.Equipment'.Equipment --+        
                                                    |        
        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.

Instance Methods [hide private]
 
__init__(self, maxU=0.0, reactivePerSection=0.0, aVRDelay=0.0, voltageSensitivity=0.0, normalSections=0, g0PerSection=0.0, maximumSections=0, bPerSection=0.0, nomQ=0.0, switchOnCount=0, minU=0.0, b0PerSection=0.0, switchOnDate='', nomU=0.0, gPerSection=0.0, 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 RegulatingCondEq'.RegulatingCondEq: addControls, getControls, getRegulatingControl, removeControls, setControls, setRegulatingControl

Inherited from Core.ConductingEquipment'.ConductingEquipment: addClearanceTags, addProtectionEquipments, addTerminals, getBaseVoltage, getClearanceTags, getProtectionEquipments, getSvStatus, getTerminals, removeClearanceTags, removeProtectionEquipments, removeTerminals, setBaseVoltage, setClearanceTags, setProtectionEquipments, setSvStatus, setTerminals

Inherited from Core.Equipment'.Equipment: addContingencyEquipment, addCustomerAgreements, addOperationalLimitSet, getContingencyEquipment, getCustomerAgreements, getEquipmentContainer, getOperationalLimitSet, removeContingencyEquipment, removeCustomerAgreements, removeOperationalLimitSet, setContingencyEquipment, setCustomerAgreements, setEquipmentContainer, setOperationalLimitSet

Inherited from Core.PowerSystemResource'.PowerSystemResource: addAssets, addBlock, addMeasurements, addOperatingShare, addPsrLists, addReportingGroup, getAssets, getBlock, getLocation, getMeasurements, getOperatingShare, getOutageSchedule, getPSRType, getPsrLists, getReportingGroup, removeAssets, removeBlock, removeMeasurements, removeOperatingShare, removePsrLists, removeReportingGroup, setAssets, setBlock, setLocation, setMeasurements, setOperatingShare, setOutageSchedule, setPSRType, setPsrLists, setReportingGroup

Inherited from Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {'aVRDelay': <type 'float'>, 'b0PerSection': <ty...
  _attrs = ['maxU', 'reactivePerSection', 'aVRDelay', 'voltageSe...
  _defaults = {'aVRDelay': 0.0, 'b0PerSection': 0.0, 'bPerSectio...
  _many_refs = []
  _refs = ['SvShuntCompensatorSections']

Inherited from RegulatingCondEq'.RegulatingCondEq (private): _enums

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

Inherited from RegulatingCondEq'.RegulatingCondEq: Controls, RegulatingControl

Inherited from Core.ConductingEquipment'.ConductingEquipment: BaseVoltage, ClearanceTags, ProtectionEquipments, SvStatus, Terminals

Inherited from Core.Equipment'.Equipment: ContingencyEquipment, CustomerAgreements, EquipmentContainer, OperationalLimitSet

Inherited from Core.PowerSystemResource'.PowerSystemResource: Assets, Block, Location, Measurements, OperatingShare, OutageSchedule, PSRType, PsrLists, ReportingGroup

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'ShuntCompensator' instance.

Parameters:
  • maxU - The maximum voltage at which the capacitor bank should operate.
  • reactivePerSection - For a capacitor bank, the size in reactive power of each switchable section at the nominal voltage.
  • aVRDelay - Time delay required for the device to be connected or disconnected by automatic voltage regulation (AVR).
  • voltageSensitivity - Voltage sensitivity required for the device to regulate the bus voltage, in voltage/reactive power.
  • normalSections - For a capacitor bank, the normal number of sections switched in. This number should correspond to the nominal reactive power (nomQ).
  • g0PerSection - Zero sequence shunt (charging) conductance per section
  • maximumSections - For a capacitor bank, the maximum number of sections that may be switched in.
  • bPerSection - Positive sequence shunt (charging) susceptance per section
  • nomQ - Nominal reactive power output of the capacitor bank at the nominal voltage. This number should be positive.
  • switchOnCount - The switch on count since the capacitor count was last reset or initialized.
  • minU - The minimum voltage at which the capacitor bank should operate.
  • b0PerSection - Zero sequence shunt (charging) susceptance per section
  • switchOnDate - The date and time when the capacitor bank was last switched on.
  • 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
  • SvShuntCompensatorSections - The state for the number of shunt compensator sections in service.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

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

_attrs

Value:
['maxU',
 'reactivePerSection',
 'aVRDelay',
 'voltageSensitivity',
 'normalSections',
 'g0PerSection',
 'maximumSections',
 'bPerSection',
...

_defaults

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

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)