Package CIM15 :: 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.A value associated with a specific kind of limit.

Instance Methods [hide private]
 
__init__(self, 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: 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 = {}
  _attrs = []
  _defaults = {}
  _many_refs = []
  _refs = ['OperationalLimitType', 'OperationalLimitSet']

Inherited from Element'.Element (private): _enums

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: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, OperationalLimitType=None, OperationalLimitSet=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'OperationalLimit' instance.

Parameters:
  • 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)