Channel Objects

A Channel object represents a single point of live ARDI data in the Python live data API.

A channel contains the following members..

NameDescription
nameThe name of the point, usually in '<asset name> <property name>' format.
valueThe value of the channel
propertiesA dictionary of channel properties

The properties of a channel may contain the following…

KeyValue
mapA lookup table of value-to-text
minA minimum expected value (analogue properties only)
maxA maximum expected value (analogue properties only)
unitsThe units of measurement (analogue properties only)