Package CIM14 :: Package IEC61970 :: Package OperationalLimits :: Module OperationalLimit' :: Class OperationalLimit
[hide private]
[frames] | no frames]

Class OperationalLimit

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         OperationalLimit
Known Subclasses:

A value associated with a specific kind of limit.

Instance Methods [hide private]
 
__init__(self, type='', OperationalLimitType=None, OperationalLimitSet=None, *args, **kw_args)
Initialises a new 'OperationalLimit' instance.
 
getOperationalLimitSet(self)
The limit set to which the limit values belong.
 
getOperationalLimitType(self)
The limit type associated with this limit.
 
setOperationalLimitSet(self, value)
 
setOperationalLimitType(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {'type': <type 'str'>}
  _attrs = ['type']
  _defaults = {'type': ''}
  _refs = ['OperationalLimitType', 'OperationalLimitSet']

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

Properties [hide private]
  OperationalLimitSet
The limit set to which the limit values belong.
  OperationalLimitType
The limit type associated with this limit.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, type='', OperationalLimitType=None, OperationalLimitSet=None, *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__

Property Details [hide private]

OperationalLimitSet

The limit set to which the limit values belong.

Get Method:
getOperationalLimitSet(self) - The limit set to which the limit values belong.
Set Method:
setOperationalLimitSet(self, value)

OperationalLimitType

The limit type associated with this limit.

Get Method:
getOperationalLimitType(self) - The limit type associated with this limit.
Set Method:
setOperationalLimitType(self, value)