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).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,
IntervalBlocks=None,
ReadingQualities=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:
addGmlValues,
addProcedureDataSets,
getErpPerson,
getGmlValues,
getMeasurementValueQuality,
getMeasurementValueSource,
getProcedureDataSets,
getRemoteSource,
removeGmlValues,
removeProcedureDataSets,
setErpPerson,
setGmlValues,
setMeasurementValueQuality,
setMeasurementValueSource,
setProcedureDataSets,
setRemoteSource
Inherited from IEC61970.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__
|