Package CIM14 :: Package IEC61970 :: Package Meas :: Module LimitSet' :: Class LimitSet
[hide private]
[frames] | no frames]

Class LimitSet

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

Specifies a set of Limits that are associated with a Measurement. A Measurement may have several LimitSets corresponding to seasonal or other changing conditions. The condition is captured in the name and description attributes. The same LimitSet may be used for several Measurements. In particular percentage limits are used this way.

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

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 = {'isPercentageLimits': <type 'bool'>}
  _attrs = ['isPercentageLimits']
  _defaults = {'isPercentageLimits': False}
  _refs = []

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

Properties [hide private]

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, isPercentageLimits=False, *args, **kw_args)
(Constructor)

 

Initialises a new 'LimitSet' instance.

Parameters:
  • isPercentageLimits - Tells if the limit values are in percentage of normalValue or the specified Unit for Measurements and Controls.
Overrides: object.__init__