ad469x
Supported Drivers
The class adi.ad469x supports the following IIO drivers:
Class API
Dynamic Attributes
The ad469x class supports a variable number of channels depending on the hardware configuration. Channel attributes are dynamically generated and available on an initiated object as attributes with names voltage0, voltage1, etc.
The channel class is selected automatically based on the device name:
ad4695.c family (ad4695/96/97/98): channels are instances of
ad4695_channel, which addsoffset,calibscale, andcalibbiason top of the base attributes.ad4691.c family (ad4691/92/93/94): channels are instances of
ad4691_channel, which addsoversampling_ratio,oversampling_ratio_available, andsampling_frequencyon top of the base attributes.
- class adi.ad469x.ad469x_channel(ctrl, channel_name)
Bases:
attributeAD469x base channel with attributes common to all parts.
- class adi.ad469x.ad4695_channel(ctrl, channel_name)
Bases:
ad469x_channelAD4695 channel with offset and calibration attributes (ad4695.c family).
- class adi.ad469x.ad4691_channel(ctrl, channel_name)
Bases:
ad469x_channelAD4691 channel with oversampling and sampling frequency (ad4691.c family).