ad4630

class adi.ad4630.ad4630(uri='', device_name='ad4630-24')

Bases: rx, context_manager, attribute

AD4630 is low power 24-bit precision SAR ADC

property operating_mode

Get/Set the operating mode.

property operating_mode_avail

Get list of all the operating mode available.

output_data_mode()

Determine the output data mode in which device is configured.

rx()

Receive data from hardware buffers for each channel index in rx_enabled_channels.

returns: type=numpy.array or list of numpy.array

An array or list of arrays when more than one receive channel is enabled containing samples from a channel or set of channels. Data will be complex when using a complex data device.

property sample_averaging

Get/Set the sample averaging. Only available in 30bit averaged mode.

property sample_averaging_avail

Get list of all the sample averaging values available. Only available in 30bit averaged mode.

property sample_rate

Get/Set the sampling frequency.

property sample_rate_avail

Get list of all the sampling frequency available.