Package CIM14 :: Package ENTSOE :: Package Dynamics :: Package IEC61970 :: Package Dynamics :: Package Loads :: Module LoadsLoadMotor' :: Class LoadsLoadMotor
[hide private]
[frames] | no frames]

Class LoadsLoadMotor

                                   object --+            
                                            |            
                             Element'.Element --+        
                                                |        
  Core.CoreIdentifiedObject'.CoreIdentifiedObject --+    
                                                    |    
Core.CorePowerSystemResource'.CorePowerSystemResource --+
                                                        |
                                                       LoadsLoadMotor

Instance Methods [hide private]
 
__init__(self, lfac=0.0, ra=0.0, d=0.0, ls=0.0, tppo=0.0, tbkr=0.0, lpp=0.0, tpo=0.0, lp=0.0, h=0.0, vt=0.0, pfrac=0.0, tv=0.0, *args, **kw_args)
Initialises a new 'LoadsLoadMotor' instance.

Inherited from Core.CorePowerSystemResource'.CorePowerSystemResource: 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.CoreIdentifiedObject'.CoreIdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'d': <type 'float'>, 'h': <type 'float'>, 'lfac...
  _attrs = ['lfac', 'ra', 'd', 'ls', 'tppo', 'tbkr', 'lpp', 'tpo...
  _defaults = {'d': 0.0, 'h': 0.0, 'lfac': 0.0, 'lp': 0.0, 'lpp'...
  _many_refs = []
  _refs = []

Inherited from Element'.Element (private): _enums

Properties [hide private]

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

Inherited from Core.CoreIdentifiedObject'.CoreIdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, lfac=0.0, ra=0.0, d=0.0, ls=0.0, tppo=0.0, tbkr=0.0, lpp=0.0, tpo=0.0, lp=0.0, h=0.0, vt=0.0, pfrac=0.0, tv=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'LoadsLoadMotor' instance.

Parameters:
  • lfac
  • ra
  • d
  • ls
  • tppo
  • tbkr
  • lpp
  • tpo
  • lp
  • h
  • vt
  • pfrac
  • tv
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'d': <type 'float'>,
 'h': <type 'float'>,
 'lfac': <type 'float'>,
 'lp': <type 'float'>,
 'lpp': <type 'float'>,
 'ls': <type 'float'>,
 'pfrac': <type 'float'>,
 'ra': <type 'float'>,
...

_attrs

Value:
['lfac',
 'ra',
 'd',
 'ls',
 'tppo',
 'tbkr',
 'lpp',
 'tpo',
...

_defaults

Value:
{'d': 0.0,
 'h': 0.0,
 'lfac': 0.0,
 'lp': 0.0,
 'lpp': 0.0,
 'ls': 0.0,
 'pfrac': 0.0,
 'ra': 0.0,
...