Package CIM14 :: Package ENTSOE :: Package Dynamics :: Package IEC61970 :: Package Dynamics :: Package ExcitationSystems :: Module ExcitationSystemsExcSCRX' :: Class ExcitationSystemsExcSCRX
[hide private]
[frames] | no frames]

Class ExcitationSystemsExcSCRX

                                   object --+            
                                            |            
                             Element'.Element --+        
                                                |        
  Core.CoreIdentifiedObject'.CoreIdentifiedObject --+    
                                                    |    
Core.CorePowerSystemResource'.CorePowerSystemResource --+
                                                        |
                                                       ExcitationSystemsExcSCRX

Instance Methods [hide private]
 
__init__(self, te=0.0, tb=0.0, emax=0.0, cswitch=False, rcrfd=0.0, tatb=0.0, k=0.0, emin=0.0, *args, **kw_args)
Initialises a new 'ExcitationSystemsExcSCRX' instance.

Inherited from Core.CorePowerSystemResource'.CorePowerSystemResource: 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 Core.CoreIdentifiedObject'.CoreIdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'cswitch': <type 'bool'>, 'emax': <type 'float'...
  _attrs = ['te', 'tb', 'emax', 'cswitch', 'rcrfd', 'tatb', 'k',...
  _defaults = {'cswitch': False, 'emax': 0.0, 'emin': 0.0, 'k': ...
  _many_refs = []
  _refs = []

Inherited from Element'.Element (private): _enums

Properties [hide private]

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

Inherited from Core.CoreIdentifiedObject'.CoreIdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, te=0.0, tb=0.0, emax=0.0, cswitch=False, rcrfd=0.0, tatb=0.0, k=0.0, emin=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'ExcitationSystemsExcSCRX' instance.

Parameters:
  • te
  • tb
  • emax
  • cswitch
  • rcrfd
  • tatb
  • k
  • emin
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'cswitch': <type 'bool'>,
 'emax': <type 'float'>,
 'emin': <type 'float'>,
 'k': <type 'float'>,
 'rcrfd': <type 'float'>,
 'tatb': <type 'float'>,
 'tb': <type 'float'>,
 'te': <type 'float'>}

_attrs

Value:
['te', 'tb', 'emax', 'cswitch', 'rcrfd', 'tatb', 'k', 'emin']

_defaults

Value:
{'cswitch': False,
 'emax': 0.0,
 'emin': 0.0,
 'k': 0.0,
 'rcrfd': 0.0,
 'tatb': 0.0,
 'tb': 0.0,
 'te': 0.0}