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

Class MechanicalLoad

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

A mechanical load represents the variation in a motor's shaft torque or power as a function of shaft speed.

Instance Methods [hide private]
 
__init__(self, rotatingMachine0=None, *args, **kw_args)
Initialises a new 'MechanicalLoad' instance.
 
addrotatingMachine0(self, *rotatingMachine0)
 
getrotatingMachine0(self)
 
removerotatingMachine0(self, *rotatingMachine0)
 
setrotatingMachine0(self, value)

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]
  _many_refs = ['rotatingMachine0']
  _refs = ['rotatingMachine0']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  rotatingMachine0

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

 

Initialises a new 'MechanicalLoad' instance.

Parameters:
  • rotatingMachine0
Overrides: object.__init__

Property Details [hide private]

rotatingMachine0

Get Method:
getrotatingMachine0(self)
Set Method:
setrotatingMachine0(self, value)