Package CIM15 :: Package IEC61970 :: Package Meas :: Module Limit' :: Class Limit
[hide private]
[frames] | no frames]

Class Limit

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

Specifies one limit value for a Measurement. A Measurement typically has several limits that are kept together by the LimitSet class. The actual meaning and use of a Limit instance (i.e., if it is an alarm or warning limit or if it is a high or low limit) is not captured in the Limit class. However the name of a Limit instance may indicate both meaning and use.Specifies one limit value for a Measurement. A Measurement typically has several limits that are kept together by the LimitSet class. The actual meaning and use of a Limit instance (i.e., if it is an alarm or warning limit or if it is a high or low limit) is not captured in the Limit class. However the name of a Limit instance may indicate both meaning and use.

Instance Methods [hide private]
 
__init__(self, Procedures=None, *args, **kw_args)
Initialises a new 'Limit' instance.
 
addProcedures(self, *Procedures)
 
getProcedures(self)
 
removeProcedures(self, *Procedures)
 
setProcedures(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 = ['Procedures']
  _refs = ['Procedures']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Procedures

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, Procedures=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Limit' instance.

Parameters:
  • Procedures
Overrides: object.__init__

Property Details [hide private]

Procedures

Get Method:
getProcedures(self)
Set Method:
setProcedures(self, value)