Data captured at regular intervals of time. Interval data could be
captured as incremental data, absolute data, or relative data. The source
for the data is usually a tariff quantity or an engineering quantity.
Data is typically captured in time-tagged, uniform, fixed-length
intervals of 5 min, 10 min, 15 min, 30 min, or 60 min. Note: Interval
Data is sometimes also called 'Interval Data Readings' (IDR).
|
__init__(self,
value=0.0,
ReadingQualities=None,
IntervalBlocks=None,
*args,
**kw_args)
Initialises a new 'IntervalReading' instance. |
|
|
|
addIntervalBlocks(self,
*IntervalBlocks) |
|
|
|
addReadingQualities(self,
*ReadingQualities) |
|
|
|
getIntervalBlocks(self)
All blocks containing this interval reading. |
|
|
|
getReadingQualities(self)
Used only if quality of this interval reading value is different than
'Good'. |
|
|
|
removeIntervalBlocks(self,
*IntervalBlocks) |
|
|
|
removeReadingQualities(self,
*ReadingQualities) |
|
|
|
setIntervalBlocks(self,
value) |
|
|
|
setReadingQualities(self,
value) |
|
|
Inherited from IEC61970.Meas.MeasurementValue'.MeasurementValue :
getMeasurementValueQuality ,
getMeasurementValueSource ,
getRemoteSource ,
setMeasurementValueQuality ,
setMeasurementValueSource ,
setRemoteSource
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|