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

Class ExcAC6A

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

IEEE (1992/2005) AC6A Model The model is used to represent field-controlled alternator-rectifier excitation systems with system-supplied electronic voltage regulators. The maximum output of the regulator, <i>V</i><i><sub>R</sub></i>, is a function of terminal voltage, <i>V</i><i><sub>T</sub></i>. The field current limiter included in the original model AC6A remains in the 2005 update.

Instance Methods [hide private]
 
__init__(self, te=0.0, ka=0.0, vhmax=0.0, kh=0.0, tk=0.0, ke=0.0, se1=0.0, tr=0.0, vrmin=0.0, vrmax=0.0, tc=0.0, e2=0.0, tj=0.0, kc=0.0, vfelim=0.0, ta=0.0, th=0.0, kd=0.0, vamax=0.0, tb=0.0, e1=0.0, vamin=0.0, se2=0.0, *args, **kw_args)
Initialises a new 'ExcAC6A' 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 = {'e1': <type 'float'>, 'e2': <type 'float'>, 'ka...
  _attrs = ['te', 'ka', 'vhmax', 'kh', 'tk', 'ke', 'se1', 'tr', ...
  _defaults = {'e1': 0.0, 'e2': 0.0, 'ka': 0.0, 'kc': 0.0, 'kd':...

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, te=0.0, ka=0.0, vhmax=0.0, kh=0.0, tk=0.0, ke=0.0, se1=0.0, tr=0.0, vrmin=0.0, vrmax=0.0, tc=0.0, e2=0.0, tj=0.0, kc=0.0, vfelim=0.0, ta=0.0, th=0.0, kd=0.0, vamax=0.0, tb=0.0, e1=0.0, vamin=0.0, se2=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'ExcAC6A' instance.

Parameters:
  • te - Exciter time constant (&gt; 0.)
  • ka - Gain (&gt; 0.)
  • vhmax - Maximum field current limiter signal (&gt; 0.)
  • kh - Exciter field current limiter gain (&gt;= 0.)
  • tk - Lag time constant (&gt;= 0.)
  • ke - Exciter field resistance constant
  • se1 - Saturation factor at e1 (&gt;= 0.)
  • tr - Filter time constant
  • vrmin - Minimum exciter control signal (&lt; 0.)
  • vrmax - Maximum exciter control signal (&gt; 0.)
  • tc - Lead time constant
  • e2 - Field voltage value 2. (&gt; 0.)
  • tj - Field current limiter time constant (&gt;= 0.)
  • kc - Rectifier regulation factor (&gt;= 0.)
  • vfelim - Exciter field current limit reference (&gt; 0.)
  • ta - Time constant (&gt;= 0.)
  • th - Field current limiter time constant (&gt; 0.)
  • kd - Exciter internal reactance (&gt;= 0.)
  • vamax - Maximum controller element output (&gt; 0.)
  • tb - Time constant (&gt;= 0.)
  • e1 - Field voltage value 1 (&gt; 0.)
  • vamin - Minimum controller element output (&lt; 0.)
  • se2 - Saturation factor at e2 (&gt;= 0.)
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'e1': <type 'float'>,
 'e2': <type 'float'>,
 'ka': <type 'float'>,
 'kc': <type 'float'>,
 'kd': <type 'float'>,
 'ke': <type 'float'>,
 'kh': <type 'float'>,
 'se1': <type 'float'>,
...

_attrs

Value:
['te',
 'ka',
 'vhmax',
 'kh',
 'tk',
 'ke',
 'se1',
 'tr',
...

_defaults

Value:
{'e1': 0.0,
 'e2': 0.0,
 'ka': 0.0,
 'kc': 0.0,
 'kd': 0.0,
 'ke': 0.0,
 'kh': 0.0,
 'se1': 0.0,
...