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

Class ExcAC3A

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

IEEE (1992/2005) AC3A Model The model represents the field-controlled alternator-rectifier excitation systems designated Type AC3A. These excitation systems include an alternator main exciter with non-controlled rectifiers. The exciter employs self-excitation, and the voltage regulator power is derived from the exciter output voltage. Therefore, this system has an additional nonlinearity, simulated by the use of a multiplier whose inputs are the voltage regulator command signal, <i>VA</i>, and the exciter output voltage, <i>EFD</i>, times <i>KR</i>. This model is applicable to excitation systems employing static voltage regulators.

Instance Methods [hide private]
 
__init__(self, kf=0.0, e2=0.0, te=0.0, ka=0.0, kr=0.0, tc=0.0, efdn=0.0, ke=0.0, e1=0.0, kd=0.0, se2=0.0, vamax=0.0, tr=0.0, vamin=0.0, tf=0.0, vemin=0.0, kn=0.0, vfemax=0.0, tb=0.0, se1=0.0, kc=0.0, ta=0.0, *args, **kw_args)
Initialises a new 'ExcAC3A' 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'>, 'ef...
  _attrs = ['kf', 'e2', 'te', 'ka', 'kr', 'tc', 'efdn', 'ke', 'e...
  _defaults = {'e1': 0.0, 'e2': 0.0, 'efdn': 0.0, 'ka': 0.0, 'kc...

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, kf=0.0, e2=0.0, te=0.0, ka=0.0, kr=0.0, tc=0.0, efdn=0.0, ke=0.0, e1=0.0, kd=0.0, se2=0.0, vamax=0.0, tr=0.0, vamin=0.0, tf=0.0, vemin=0.0, kn=0.0, vfemax=0.0, tb=0.0, se1=0.0, kc=0.0, ta=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'ExcAC3A' instance.

Parameters:
  • kf - Low level rate feedback gain (&gt;= 0.)
  • e2 - Field voltage value 2. (&gt; 0.)
  • te - Exciter time constant (&gt; 0.)
  • ka - AVR gain (&gt; 0.)
  • kr - Field self-excitation feedback gain (&gt; 0.)
  • tc - TGR lead time constant
  • efdn - Rate feedback gain break level (&gt; 0.)
  • ke - Exciter field resistance constant
  • e1 - Field voltage value 1 (&gt; 0.)
  • kd - Exciter internal reactance (&gt;= 0.)
  • se2 - Saturation factor at e2 (&gt;= 0.)
  • vamax - Maximum AVR output (&gt; 0.)
  • tr - Filter time constant (&gt;= 0.)
  • vamin - Minimum AVR output (&lt; 0.)
  • tf - Rate feedback time constant (&gt; 0.)
  • vemin - Minimum field voltage limit (&lt;= 0.)
  • kn - High level rate feedback gain (&gt;= 0.)
  • vfemax - Exciter field current limit parameter (&gt;= 0.)
  • tb - TGR lag time constant (&gt;= 0.)
  • se1 - Saturation factor at e1 (&gt;= 0.)
  • kc - Rectifier regulation factor (&gt;= 0.)
  • ta - AVR time constant (&gt; 0.)
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

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

_attrs

Value:
['kf',
 'e2',
 'te',
 'ka',
 'kr',
 'tc',
 'efdn',
 'ke',
...

_defaults

Value:
{'e1': 0.0,
 'e2': 0.0,
 'efdn': 0.0,
 'ka': 0.0,
 'kc': 0.0,
 'kd': 0.0,
 'ke': 0.0,
 'kf': 0.0,
...