Accumulator represents a accumulated (counted) Measurement, e.g. an
energy value.
|
|
__init__(self,
maxValue=0,
LimitSets=None,
AccumulatorValues=None,
*args,
**kw_args)
Initialises a new 'Accumulator' instance. |
|
|
|
|
| addAccumulatorValues(self,
*AccumulatorValues) |
|
|
|
|
| addLimitSets(self,
*LimitSets) |
|
|
|
|
getAccumulatorValues(self)
The values connected to this measurement. |
|
|
|
|
getLimitSets(self)
A measurement may have zero or more limit ranges defined for it. |
|
|
|
|
| removeAccumulatorValues(self,
*AccumulatorValues) |
|
|
|
|
| removeLimitSets(self,
*LimitSets) |
|
|
|
|
| setAccumulatorValues(self,
value) |
|
|
|
|
| setLimitSets(self,
value) |
|
|
|
Inherited from Measurement'.Measurement:
addDocuments,
addLocations,
addtieToMeasurement0,
getAsset,
getDocuments,
getLocations,
getPowerSystemResource,
getTerminal,
getUnit,
gettieToMeasurement0,
removeDocuments,
removeLocations,
removetieToMeasurement0,
setAsset,
setDocuments,
setLocations,
setPowerSystemResource,
setTerminal,
setUnit,
settieToMeasurement0
Inherited from Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|