Package CIM14 :: Package Dynamics :: Package Generators :: Module GenAsync' :: Class GenAsync
[hide private]
[frames] | no frames]

Class GenAsync

                                    object --+                                
                                             |                                
                              Element'.Element --+                            
                                                 |                            
  IEC61970.Core.IdentifiedObject'.IdentifiedObject --+                        
                                                     |                        
IEC61970.Core.PowerSystemResource'.PowerSystemResource --+                    
                                                         |                    
                        IEC61970.Core.Equipment'.Equipment --+                
                                                             |                
        IEC61970.Core.ConductingEquipment'.ConductingEquipment --+            
                                                                 |            
                 IEC61970.Wires.RegulatingCondEq'.RegulatingCondEq --+        
                                                                     |        
                                      RotatingMachine'.RotatingMachine --+    
                                                                         |    
                                  AsynchronousMachine'.AsynchronousMachine --+
                                                                             |
                                                                            GenAsync

An asynchronous (induction) generator with no external connection to the rotor windings, e.g., squirrel-cage induction machine.

Instance Methods [hide private]
 
__init__(self, *args, **kw_args)
Initialises a new 'GenAsync' instance.

Inherited from RotatingMachine'.RotatingMachine: addmechanicalLoad0, getmechanicalLoad0, removemechanicalLoad0, setmechanicalLoad0

Inherited from IEC61970.Wires.RegulatingCondEq'.RegulatingCondEq: addControls, getControls, getRegulatingControl, removeControls, setControls, setRegulatingControl

Inherited from IEC61970.Core.ConductingEquipment'.ConductingEquipment: addClearanceTags, addProtectionEquipments, addTerminals, getBaseVoltage, getClearanceTags, getProtectionEquipments, getSvStatus, getTerminals, removeClearanceTags, removeProtectionEquipments, removeTerminals, setBaseVoltage, setClearanceTags, setProtectionEquipments, setSvStatus, setTerminals

Inherited from IEC61970.Core.Equipment'.Equipment: addContingencyEquipment, addCustomerAgreements, addOperationalLimitSet, getContingencyEquipment, getCustomerAgreements, getEquipmentContainer, getOperationalLimitSet, removeContingencyEquipment, removeCustomerAgreements, removeOperationalLimitSet, setContingencyEquipment, setCustomerAgreements, setEquipmentContainer, setOperationalLimitSet

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 = {}
  _attrs = []
  _defaults = {}
Properties [hide private]

Inherited from RotatingMachine'.RotatingMachine: mechanicalLoad0

Inherited from IEC61970.Wires.RegulatingCondEq'.RegulatingCondEq: Controls, RegulatingControl

Inherited from IEC61970.Core.ConductingEquipment'.ConductingEquipment: BaseVoltage, ClearanceTags, ProtectionEquipments, SvStatus, Terminals

Inherited from IEC61970.Core.Equipment'.Equipment: ContingencyEquipment, CustomerAgreements, EquipmentContainer, OperationalLimitSet

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 'GenAsync' instance.

Parameters:
  • xm - Magnetizing reactance
  • xs - Synchronous reactance (>= Xp)
  • xpp - Sub-transient reactance (unsaturated) (> Xl)
  • xlr2 - Damper 2 winding leakage reactance
  • rr2 - Damper 2 winding resistance
  • tpo - Transient rotor time constant (> Tppo)
  • rr1 - Damper 1 winding resistance
  • xp - Transient reactance (unsaturated) (> =Xpp)
  • tppo - Sub-transient rotor time constant (> 0.)
  • xlr1 - Damper 1 winding leakage reactance
Overrides: object.__init__