__init__(self,
multiplier='M',
unit='N',
kind='phaseAngle',
reverseChronology=False,
defaultQuality='',
intervalLength=0.0,
channelNumber=0,
defaultValueDataType='',
IntervalBlocks=None,
dynamicConfiguration=None,
Readings=None,
Register=None,
PendingCalculation=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ReadingType' instance.
- Parameters:
multiplier - Multiplier for 'unit'. Values are: "M", "G",
"d", "micro", "c", "p",
"n", "T", "k", "m",
"none"
unit - Unit for the reading value. Values are: "N",
"A", "rad", "VAh", "Pa",
"J", "h", "Hz", "VArh",
"ohm", "H", "m3", "deg",
"V", "oC", "F", "Wh",
"s", "g", "min", "S",
"none", "W", "VAr", "m2",
"m", "VA"
kind - Kind of reading. Values are: "phaseAngle",
"volume", "frequency", "energy",
"currentAngle", "powerFactor",
"date", "other", "demand",
"power", "pressure", "voltage",
"voltageAngle", "time", "current"
reverseChronology - True for systems that must operate in 'reverse' chronological
order.
defaultQuality - Characteristics of a data value conveyed by a specific Reading,
which allow an application to understand how a specific Reading
is to be interpreted.
intervalLength - (if incremental reading value) Length of increment interval.
channelNumber - Logical positioning of this measurement data.
defaultValueDataType - Numeric type to be expected for the associated
IntervalBlock.value (e.g. unsignedInteger).
IntervalBlocks - All blocks containing interval reading values with this type
information.
dynamicConfiguration - Demand configuration.
Readings - All reading values with this type information.
Register - Register displaying values with this type information.
PendingCalculation - Pending conversion that produced this reading type.
- Overrides:
object.__init__
|