Package CIM14 :: Package Dynamics :: Package ExcitationSystems :: Module ExcST4B' :: Class ExcST4B
[hide private]
[frames] | no frames]

Class ExcST4B

                                    object --+                
                                             |                
                              Element'.Element --+            
                                                 |            
  IEC61970.Core.IdentifiedObject'.IdentifiedObject --+        
                                                     |        
IEC61970.Core.PowerSystemResource'.PowerSystemResource --+    
                                                         |    
                        ExcitationSystem'.ExcitationSystem --+
                                                             |
                                                            ExcST4B

IEEE (2005) ST4B Model This model is a variation of the Type ST3A model, with a proportional plus integral (PI) regulator block replacing the lag-lead regulator characteristic that was in the ST3A model. Both potential- and compoundsource rectifier excitation systems are modeled. The PI regulator blocks have nonwindup limits that are represented. The voltage regulator of this model is typically implemented digitally.

Instance Methods [hide private]
 
__init__(self, kp=0.0, kim=0.0, vbmax=0.0, kc=0.0, kpr=0.0, xl=0.0, vgmax=0.0, vmmin=0.0, kg=0.0, vmmax=0.0, tr=0.0, ta=0.0, kpm=0.0, angp=0.0, vrmin=0.0, kir=0.0, vrmax=0.0, ki=0.0, *args, **kw_args)
Initialises a new 'ExcST4B' instance.

Inherited from IEC61970.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 IEC61970.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 = {'angp': <type 'float'>, 'kc': <type 'float'>, '...
  _attrs = ['kp', 'kim', 'vbmax', 'kc', 'kpr', 'xl', 'vgmax', 'v...
  _defaults = {'angp': 0.0, 'kc': 0.0, 'kg': 0.0, 'ki': 0.0, 'ki...

Inherited from Element'.Element (private): _enums

Properties [hide private]

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

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, kp=0.0, kim=0.0, vbmax=0.0, kc=0.0, kpr=0.0, xl=0.0, vgmax=0.0, vmmin=0.0, kg=0.0, vmmax=0.0, tr=0.0, ta=0.0, kpm=0.0, angp=0.0, vrmin=0.0, kir=0.0, vrmax=0.0, ki=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'ExcST4B' instance.

Parameters:
  • kp - Potential source gain (&gt; 0.)
  • kim - Integral gain of inner loop regulator
  • vbmax - Maximum excitation voltage (&gt; 0.)
  • kc - Exciter regulation factor (&gt;= 0.)
  • kpr - AVR proportional gain
  • xl - P-bar leakage reactance (&gt;= 0.)
  • vgmax - Maximum inner loop feedback gain (&gt;= 0.)
  • vmmin - Minimum inner loop regulator output
  • kg - Inner loop feedback gain (&gt;= 0.)
  • vmmax - Maximum inner loop regulator output
  • tr - Voltage transducer time constant (&gt;= 0.)
  • ta - AVR time constant (&gt;= 0.)
  • kpm - Prop. gain of inner loop regulator
  • angp - Phase angle of potential source
  • vrmin - Minimum AVR output (&lt; 0.)
  • kir - AVR Integral gain
  • vrmax - Maximum AVR output (&gt; 0.)
  • ki - Current source gain (&gt;= 0.)
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'angp': <type 'float'>,
 'kc': <type 'float'>,
 'kg': <type 'float'>,
 'ki': <type 'float'>,
 'kim': <type 'float'>,
 'kir': <type 'float'>,
 'kp': <type 'float'>,
 'kpm': <type 'float'>,
...

_attrs

Value:
['kp',
 'kim',
 'vbmax',
 'kc',
 'kpr',
 'xl',
 'vgmax',
 'vmmin',
...

_defaults

Value:
{'angp': 0.0,
 'kc': 0.0,
 'kg': 0.0,
 'ki': 0.0,
 'kim': 0.0,
 'kir': 0.0,
 'kp': 0.0,
 'kpm': 0.0,
...