Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfLoadControl :: Module LoadMgmtRecord' :: Class LoadMgmtRecord
[hide private]
[frames] | no frames]

Class LoadMgmtRecord

                            object --+            
                                     |            
                      Element'.Element --+        
                                         |        
   Core.IdentifiedObject'.IdentifiedObject --+    
                                             |    
IEC61968.Common.ActivityRecord'.ActivityRecord --+
                                                 |
                                                LoadMgmtRecord

A log of actual measured load reductions as a result of load shed operations.A log of actual measured load reductions as a result of load shed operations.

Instance Methods [hide private]
 
__init__(self, loadReduction=0.0, LoadMgmtFunction=None, *args, **kw_args)
Initialises a new 'LoadMgmtRecord' instance.
 
getLoadMgmtFunction(self)
 
setLoadMgmtFunction(self, value)

Inherited from IEC61968.Common.ActivityRecord'.ActivityRecord: addAssets, addDocuments, addErpPersons, addOrganisations, getAssets, getDocuments, getErpPersons, getOrganisations, getScheduledEvent, removeAssets, removeDocuments, removeErpPersons, removeOrganisations, setAssets, setDocuments, setErpPersons, setOrganisations, setScheduledEvent

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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

Class Variables [hide private]
  _attr_types = {'loadReduction': <type 'float'>}
  _attrs = ['loadReduction']
  _defaults = {'loadReduction': 0.0}
  _many_refs = []
  _refs = ['LoadMgmtFunction']

Inherited from IEC61968.Common.ActivityRecord'.ActivityRecord: status

Inherited from Element'.Element (private): _enums

Properties [hide private]
  LoadMgmtFunction

Inherited from IEC61968.Common.ActivityRecord'.ActivityRecord: Assets, Documents, ErpPersons, Organisations, ScheduledEvent

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, loadReduction=0.0, LoadMgmtFunction=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'LoadMgmtRecord' instance.

Parameters:
  • loadReduction - The measured reduction of the total load power as a result of the load shed activation. Thus it is the difference in power before and after the load shed operation.
  • LoadMgmtFunction
Overrides: object.__init__

Property Details [hide private]

LoadMgmtFunction

Get Method:
getLoadMgmtFunction(self)
Set Method:
setLoadMgmtFunction(self, value)