Package CIM14 :: Package ENTSOE :: Package Equipment :: Module OperationalLimit' :: Class OperationalLimit
[hide private]
[frames] | no frames]

Class OperationalLimit

                                  object --+            
                                           |            
                            Element'.Element --+        
                                               |        
         Core.IdentifiedObject'.IdentifiedObject --+    
                                                   |    
OperationalLimits.OperationalLimit'.OperationalLimit --+
                                                       |
                                                      OperationalLimit

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

Inherited from OperationalLimits.OperationalLimit'.OperationalLimit: getOperationalLimitSet, getOperationalLimitType, setOperationalLimitSet, setOperationalLimitType

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

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _refs = []

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]

Inherited from OperationalLimits.OperationalLimit'.OperationalLimit: OperationalLimitSet, OperationalLimitType

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kw_args)
(Constructor)

 

Initialises a new 'OperationalLimit' instance.

Parameters:
  • type - Used to specify high/low and limit levels.
  • OperationalLimitType - The limit type associated with this limit.
  • OperationalLimitSet - The limit set to which the limit values belong.
Overrides: object.__init__