Package CIM14 :: Package IEC61970 :: Package Generation :: Package GenerationDynamics :: Module PrimeMover' :: Class PrimeMover
[hide private]
[frames] | no frames]

Class PrimeMover

                           object --+            
                                    |            
                     Element'.Element --+        
                                        |        
  Core.IdentifiedObject'.IdentifiedObject --+    
                                            |    
Core.PowerSystemResource'.PowerSystemResource --+
                                                |
                                               PrimeMover
Known Subclasses:

The machine used to develop mechanical energy used to drive a generator.

Instance Methods [hide private]
 
__init__(self, primeMoverRating=0.0, SynchronousMachines=None, *args, **kw_args)
Initialises a new 'PrimeMover' instance.
 
addSynchronousMachines(self, *SynchronousMachines)
 
getSynchronousMachines(self)
Synchronous machines this Prime mover drives.
 
removeSynchronousMachines(self, *SynchronousMachines)
 
setSynchronousMachines(self, value)

Inherited from 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 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 = {'primeMoverRating': <type 'float'>}
  _attrs = ['primeMoverRating']
  _defaults = {'primeMoverRating': 0.0}
  _many_refs = ['SynchronousMachines']
  _refs = ['SynchronousMachines']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  SynchronousMachines
Synchronous machines this Prime mover drives.

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

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, primeMoverRating=0.0, SynchronousMachines=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PrimeMover' instance.

Parameters:
  • primeMoverRating - Rating of prime mover
  • SynchronousMachines - Synchronous machines this Prime mover drives.
Overrides: object.__init__

Property Details [hide private]

SynchronousMachines

Synchronous machines this Prime mover drives.

Get Method:
getSynchronousMachines(self) - Synchronous machines this Prime mover drives.
Set Method:
setSynchronousMachines(self, value)