Time sequence of Readings of the same ReadingType. Contained
IntervalReadings may need conversion through the application of an offset
and a scalar defined in associated Pending.
|
__init__(self,
MeterReading=None,
Pending=None,
ReadingType=None,
IntervalReadings=None,
*args,
**kw_args)
Initialises a new 'IntervalBlock' instance. |
|
|
|
addIntervalReadings(self,
*IntervalReadings) |
|
|
|
getIntervalReadings(self)
Interval reading contained in this block. |
|
|
|
getMeterReading(self)
Meter reading containing this interval block. |
|
|
|
getPending(self)
Pending conversion to apply to interval reading values contained by
this block (after which the resulting reading type is different than
the original because it reflects the conversion result). |
|
|
|
getReadingType(self)
Type information for interval reading values contained in this block. |
|
|
|
removeIntervalReadings(self,
*IntervalReadings) |
|
|
|
setIntervalReadings(self,
value) |
|
|
|
setMeterReading(self,
value) |
|
|
|
|
|
setReadingType(self,
value) |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|