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

Class ExcST1A

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

IEEE (1992/2005) ST1A Model The computer model of the Type ST1A potential-source controlled-rectifier excitation system represents systems in which excitation power is supplied through a transformer from the generator terminals (or the unit's auxiliary bus) and is regulated by a controlled rectifier. The maximum exciter voltage available from such systems is directly related to the generator terminal voltage.

Instance Methods [hide private]
 
__init__(self, ta=0.0, vimin=0.0, vamin=0.0, kf=0.0, vrmin=0.0, ka=0.0, tb=0.0, vamax=0.0, tb1=0.0, uelin=0.0, kc=0.0, tc1=0.0, tf=0.0, klr=0.0, vimax=0.0, tc=0.0, pssin=0.0, vrmax=0.0, tr=0.0, ilr=0.0, *args, **kw_args)
Initialises a new 'ExcST1A' 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 = {'ilr': <type 'float'>, 'ka': <type 'float'>, 'k...
  _attrs = ['ta', 'vimin', 'vamin', 'kf', 'vrmin', 'ka', 'tb', '...
  _defaults = {'ilr': 0.0, 'ka': 0.0, 'kc': 0.0, 'kf': 0.0, 'klr...

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, ta=0.0, vimin=0.0, vamin=0.0, kf=0.0, vrmin=0.0, ka=0.0, tb=0.0, vamax=0.0, tb1=0.0, uelin=0.0, kc=0.0, tc1=0.0, tf=0.0, klr=0.0, vimax=0.0, tc=0.0, pssin=0.0, vrmax=0.0, tr=0.0, ilr=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'ExcST1A' instance.

Parameters:
  • ta - Time constant (&gt;= 0.)
  • vimin - Minimum error (&lt; 0.)
  • vamin - Minimum control element output (&lt; 0.)
  • kf - Rate feedback gain (&gt;= 0.)
  • vrmin - Excitation voltage lower limit (&lt; 0.)
  • ka - Gain (&gt; 0.)
  • tb - Lag time constant (&gt;= 0.)
  • vamax - Maximum control element output (&gt; 0.)
  • tb1 - Lag time constant (&gt;= 0.)
  • uelin - = 2 ? UEL input added to error signal = 1 ? UEL input HV gate with error signal = -1 ? UEL input HV gate with volt. reg. output = 0 ? ignore UEL signal
  • kc - Excitation system regulation factor (&gt;= 0.)
  • tc1 - Lead time constant
  • tf - Rate feedback time constant (&gt;= 0.)
  • klr - Gain on field current limit
  • vimax - Maximum error (&gt; 0.)
  • tc - Lead time constant
  • pssin - = 0 ? PSS input (Vs) added to error signal not 0 ? PSS input (Vs) added to voltage regulator output
  • vrmax - Excitation voltage upper limit (&gt; 0.)
  • tr - Voltage transducer time constant (&gt;= 0.)
  • ilr - Maximum field current
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'ilr': <type 'float'>,
 'ka': <type 'float'>,
 'kc': <type 'float'>,
 'kf': <type 'float'>,
 'klr': <type 'float'>,
 'pssin': <type 'float'>,
 'ta': <type 'float'>,
 'tb': <type 'float'>,
...

_attrs

Value:
['ta',
 'vimin',
 'vamin',
 'kf',
 'vrmin',
 'ka',
 'tb',
 'vamax',
...

_defaults

Value:
{'ilr': 0.0,
 'ka': 0.0,
 'kc': 0.0,
 'kf': 0.0,
 'klr': 0.0,
 'pssin': 0.0,
 'ta': 0.0,
 'tb': 0.0,
...