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

Class AsynchronousMachine

                                    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
Known Subclasses:

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

Instance Methods [hide private]
 
__init__(self, xm=0.0, xs=0.0, xpp=0.0, xlr2=0.0, rr2=0.0, tpo=0.0, rr1=0.0, xp=0.0, tppo=0.0, xlr1=0.0, *args, **kw_args)
Initialises a new 'AsynchronousMachine' 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 = {'rr1': <type 'float'>, 'rr2': <type 'float'>, '...
  _attrs = ['xm', 'xs', 'xpp', 'xlr2', 'rr2', 'tpo', 'rr1', 'xp'...
  _defaults = {'rr1': 0.0, 'rr2': 0.0, 'tpo': 0.0, 'tppo': 0.0, ...
  _enums = {}
  _many_refs = []
  _refs = []
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, xm=0.0, xs=0.0, xpp=0.0, xlr2=0.0, rr2=0.0, tpo=0.0, rr1=0.0, xp=0.0, tppo=0.0, xlr1=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'AsynchronousMachine' instance.

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

Class Variable Details [hide private]

_attr_types

Value:
{'rr1': <type 'float'>,
 'rr2': <type 'float'>,
 'tpo': <type 'float'>,
 'tppo': <type 'float'>,
 'xlr1': <type 'float'>,
 'xlr2': <type 'float'>,
 'xm': <type 'float'>,
 'xp': <type 'float'>,
...

_attrs

Value:
['xm', 'xs', 'xpp', 'xlr2', 'rr2', 'tpo', 'rr1', 'xp', 'tppo', 'xlr1']

_defaults

Value:
{'rr1': 0.0,
 'rr2': 0.0,
 'tpo': 0.0,
 'tppo': 0.0,
 'xlr1': 0.0,
 'xlr2': 0.0,
 'xm': 0.0,
 'xp': 0.0,
...