Package CIM15 :: Package IEC61970 :: Package OperationalLimits :: Module ActivePowerLimitSet' :: Class ActivePowerLimitSet
[hide private]
[frames] | no frames]

Class ActivePowerLimitSet

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
   OperationalLimitSet'.OperationalLimitSet --+
                                              |
                                             ActivePowerLimitSet

Instance Methods [hide private]
 
__init__(self, ActivePowerLimits=None, *args, **kw_args)
Initialises a new 'ActivePowerLimitSet' instance.
 
addActivePowerLimits(self, *ActivePowerLimits)
 
getActivePowerLimits(self)
 
removeActivePowerLimits(self, *ActivePowerLimits)
 
setActivePowerLimits(self, value)

Inherited from OperationalLimitSet'.OperationalLimitSet: addOperationalLimitValue, getOperationalLimitValue, getTerminal, removeOperationalLimitValue, setOperationalLimitValue, setTerminal

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

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ActivePowerLimits

Inherited from OperationalLimitSet'.OperationalLimitSet: OperationalLimitValue, Terminal

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, ActivePowerLimits=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ActivePowerLimitSet' instance.

Parameters:
  • ActivePowerLimits
Overrides: object.__init__

Property Details [hide private]

ActivePowerLimits

Get Method:
getActivePowerLimits(self)
Set Method:
setActivePowerLimits(self, value)