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

Class LoadShedFunction

                                object --+                    
                                         |                    
                          Element'.Element --+                
                                             |                
       Core.IdentifiedObject'.IdentifiedObject --+            
                                                 |            
      IEC61968.Assets.AssetFunction'.AssetFunction --+        
                                                     |        
IEC61968.Metering.EndDeviceFunction'.EndDeviceFunction --+    
                                                         |    
                        LoadMgmtFunction'.LoadMgmtFunction --+
                                                             |
                                                            LoadShedFunction

A kind of LoadMgmtFunction that sheds a part of the customer load.A kind of LoadMgmtFunction that sheds a part of the customer load.

Instance Methods [hide private]
 
__init__(self, switchedLoad=0.0, *args, **kw_args)
Initialises a new 'LoadShedFunction' instance.

Inherited from LoadMgmtFunction'.LoadMgmtFunction: addLoadMgmtRecords, addSwitches, getLoadMgmtRecords, getSwitches, removeLoadMgmtRecords, removeSwitches, setLoadMgmtRecords, setSwitches

Inherited from IEC61968.Metering.EndDeviceFunction'.EndDeviceFunction: addEndDeviceEvents, addRegisters, getComEquipment, getEndDevice, getEndDeviceEvents, getRegisters, removeEndDeviceEvents, removeRegisters, setComEquipment, setEndDevice, setEndDeviceEvents, setRegisters

Inherited from IEC61968.Assets.AssetFunction'.AssetFunction: getAsset, setAsset

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 = {'switchedLoad': <type 'float'>}
  _attrs = ['switchedLoad']
  _defaults = {'switchedLoad': 0.0}
  _enums = {}
  _many_refs = []
  _refs = []
Properties [hide private]

Inherited from LoadMgmtFunction'.LoadMgmtFunction: LoadMgmtRecords, Switches

Inherited from IEC61968.Metering.EndDeviceFunction'.EndDeviceFunction: ComEquipment, EndDevice, EndDeviceEvents, Registers

Inherited from IEC61968.Assets.AssetFunction'.AssetFunction: Asset

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, switchedLoad=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'LoadShedFunction' instance.

Parameters:
  • switchedLoad - The value of the load that is connected to the shedding switch. Typically this is a noted nominal value rather than a measured value.
Overrides: object.__init__