ad7134

Supported Drivers

The class adi.ad7134 supports the following IIO drivers:

ad7134.compatible_parts = ['ad4134', 'ad7134']

Class API

class adi.ad7134(uri='', device_name='', device_index=0)

Bases: rx_chan_comp

AD7134 ADC

channel = []
to_volts(index, val)

Converts raw value to SI

Dynamic Attributes

The ad7134 class supports a variable number of channels depending on the hardware configuration. Therefore, the channel property interfaces are dynamically generated. They are available on an initiated object as attributes with names voltage0, voltage1, etc. They will be instances of the ad7134_channel class.

class adi.ad7134.ad7134_channel(ctrl, channel_name)

Bases: attribute

AD7134 channel

property offset

AD7134 channel offset

property raw

AD7134 channel raw value

property scale

AD7134 channel scale