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

Class MechLoad1

                                    object --+                
                                             |                
                              Element'.Element --+            
                                                 |            
  IEC61970.Core.IdentifiedObject'.IdentifiedObject --+        
                                                     |        
IEC61970.Core.PowerSystemResource'.PowerSystemResource --+    
                                                         |    
                            MechanicalLoad'.MechanicalLoad --+
                                                             |
                                                            MechLoad1

Mechanical load model 1

Instance Methods [hide private]
 
__init__(self, e=0.0, b=0.0, d=0.0, a=0.0, *args, **kw_args)
Initialises a new 'MechLoad1' instance.

Inherited from MechanicalLoad'.MechanicalLoad: addrotatingMachine0, getrotatingMachine0, removerotatingMachine0, setrotatingMachine0

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 = {'a': <type 'float'>, 'b': <type 'float'>, 'd': ...
  _attrs = ['e', 'b', 'd', 'a']
  _defaults = {'a': 0.0, 'b': 0.0, 'd': 0.0, 'e': 0.0}
  _many_refs = []
  _refs = []

Inherited from Element'.Element (private): _enums

Properties [hide private]

Inherited from MechanicalLoad'.MechanicalLoad: 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, e=0.0, b=0.0, d=0.0, a=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'MechLoad1' instance.

Parameters:
  • e - Exponent
  • b - Speed squared coefficient
  • d - Speed to the exponent coefficient
  • a - Speed squared coefficient
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'a': <type 'float'>,
 'b': <type 'float'>,
 'd': <type 'float'>,
 'e': <type 'float'>}