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

Class ExcWT3E

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

Type 3 standard wind turbine converter control model

Instance Methods [hide private]
 
__init__(self, *args, **kw_args)
Initialises a new 'ExcWT3E' 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]

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, *args, **kw_args)
(Constructor)

 

Initialises a new 'ExcWT3E' instance.

Parameters:
  • Location - Location of this power system resource.
  • Assets - All assets represented by this power system resource. For example, multiple conductor assets are electrically modelled as a single AC line segment.
  • PsrLists
  • Measurements - The Measurements that are included in the naming hierarchy where the PSR is the containing object
  • OperatingShare - The linkage to any number of operating share objects.
  • OutageSchedule - A power system resource may have an outage schedule
  • ReportingGroup - Reporting groups to which this PSR belongs.
  • Block - The dynamics block associated to the power system resource.
  • PSRType - PSRType (custom classification) for this PowerSystemResource.
Overrides: object.__init__