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

Class ExcAC1A

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

IEEE (1992/2005) AC1A Model The model represents the field-controlled alternator-rectifier excitation systems designated Type AC1A. These excitation systems consist of an alternator main exciter with non-controlled rectifiers.

Instance Methods [hide private]
 
__init__(self, vrmin=0.0, tr=0.0, vrmax=0.0, ta=0.0, kf=0.0, te=0.0, ka=0.0, vamax=0.0, tb=0.0, e1=0.0, kd=0.0, se1=0.0, vamin=0.0, ke=0.0, kc=0.0, tf=0.0, tc=0.0, e2=0.0, se2=0.0, *args, **kw_args)
Initialises a new 'ExcAC1A' 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 = ['vrmin', 'tr', 'vrmax', 'ta', 'kf', 'te', 'ka', 'vam...
  _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, vrmin=0.0, tr=0.0, vrmax=0.0, ta=0.0, kf=0.0, te=0.0, ka=0.0, vamax=0.0, tb=0.0, e1=0.0, kd=0.0, se1=0.0, vamin=0.0, ke=0.0, kc=0.0, tf=0.0, tc=0.0, e2=0.0, se2=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'ExcAC1A' instance.

Parameters:
  • vrmin - Minimum exciter control signal (&lt; 0.)
  • tr - Filter time constant (&gt;= 0.)
  • vrmax - Maximum exciter control signal (&gt; 0.)
  • ta - AVR time constant (&gt; 0.)
  • kf - Rate feedback gain (&gt;= 0.)
  • te - Exciter time constant (&gt; 0.)
  • ka - AVR gain (&gt; 0.)
  • vamax - Maximum AVR output (&gt; 0.)
  • tb - TGR lag time constant (&gt;= 0.)
  • e1 - Field voltage value 1 (&gt; 0.)
  • kd - Exciter internal reactance (&gt;= 0.)
  • se1 - Saturation factor at e1 (&gt;= 0.)
  • vamin - Minimum AVR output (&lt; 0.)
  • ke - Exciter field resistance constant
  • kc - Rectifier regulation factor (&gt;= 0.)
  • tf - Rate feedback time constant (&gt; 0.)
  • tc - TGR lead time constant
  • e2 - Field voltage value 2. (&gt; 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'>,
 'kf': <type 'float'>,
 'se1': <type 'float'>,
...

_attrs

Value:
['vrmin',
 'tr',
 'vrmax',
 'ta',
 'kf',
 'te',
 'ka',
 'vamax',
...

_defaults

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