An AccumulatorLimitSet specifies a set of Limits that are associated
with an Accumulator measurement.
|
__init__(self,
Measurements=None,
Limits=None,
*args,
**kw_args)
Initialises a new 'AccumulatorLimitSet' instance. |
|
|
|
|
|
addMeasurements(self,
*Measurements) |
|
|
|
getLimits(self)
The limit values used for supervision of Measurements. |
|
|
|
getMeasurements(self)
The Measurements using the LimitSet. |
|
|
|
removeLimits(self,
*Limits) |
|
|
|
removeMeasurements(self,
*Measurements) |
|
|
|
|
|
setMeasurements(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__
|