Package CIM14 :: Package CPSM :: Package Equipment :: 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='high', acceptableDuration=0.0, *args, **kw_args)
Initialises a new 'OperationalLimitType' instance.

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': 'high'}
  _enums = {'direction': 'OperationalLimitDirectionKind'}

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, direction='high', acceptableDuration=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'OperationalLimitType' instance.

Parameters:
  • direction - The direction of the limit. Values are: "high", "absoluteValue", "low"
  • 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.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

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