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

Class AccumulatorValue

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
         MeasurementValue'.MeasurementValue --+
                                              |
                                             AccumulatorValue

AccumulatorValue represents a accumulated (counted) MeasurementValue.

Instance Methods [hide private]
 
__init__(self, value=0, Accumulator=None, *args, **kw_args)
Initialises a new 'AccumulatorValue' instance.
 
getAccumulator(self)
Measurement to which this value is connected.
 
setAccumulator(self, value)

Inherited from MeasurementValue'.MeasurementValue: getMeasurementValueQuality, getMeasurementValueSource, getRemoteSource, setMeasurementValueQuality, setMeasurementValueSource, setRemoteSource

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 = {'value': <type 'int'>}
  _attrs = ['value']
  _defaults = {'value': 0}
  _refs = ['Accumulator']

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

Properties [hide private]
  Accumulator
Measurement to which this value is connected.

Inherited from MeasurementValue'.MeasurementValue: MeasurementValueQuality, MeasurementValueSource, RemoteSource

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, value=0, Accumulator=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'AccumulatorValue' instance.

Parameters:
  • value - The value to supervise. The value is positive.
  • Accumulator - Measurement to which this value is connected.
Overrides: object.__init__

Property Details [hide private]

Accumulator

Measurement to which this value is connected.

Get Method:
getAccumulator(self) - Measurement to which this value is connected.
Set Method:
setAccumulator(self, value)