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

Class OperationalLimitType

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         OperationalLimitType

A type of limit. The meaning of a specific limit is described in this class.

Instance Methods [hide private]
 
__init__(self, direction='low', acceptableDuration=0.0, OperationalLimit=None, *args, **kw_args)
Initialises a new 'OperationalLimitType' instance.
 
addOperationalLimit(self, *OperationalLimit)
 
getOperationalLimit(self)
The operational limits associated with this type of limit.
 
removeOperationalLimit(self, *OperationalLimit)
 
setOperationalLimit(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 = {'acceptableDuration': <type 'float'>, 'directio...
  _attrs = ['direction', 'acceptableDuration']
  _defaults = {'acceptableDuration': 0.0, 'direction': 'low'}
  _enums = {'direction': 'OperationalLimitDirectionKind'}
  _many_refs = ['OperationalLimit']
  _refs = ['OperationalLimit']
Properties [hide private]
  OperationalLimit
The operational limits associated with this type of limit.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, direction='low', acceptableDuration=0.0, OperationalLimit=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'OperationalLimitType' instance.

Parameters:
  • direction - The direction of the limit. Values are: "low", "absoluteValue", "high"
  • acceptableDuration - The nominal acceptable duration of the limit. Limits are commonly expressed in terms of the a time limit for which the limit is normally acceptable. The actual acceptable duration of a specific limit may depend on other local factors such as temperature or wind speed.
  • OperationalLimit - The operational limits associated with this type of limit.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'acceptableDuration': <type 'float'>, 'direction': <type 'str'>}

Property Details [hide private]

OperationalLimit

The operational limits associated with this type of limit.

Get Method:
getOperationalLimit(self) - The operational limits associated with this type of limit.
Set Method:
setOperationalLimit(self, value)