Chronos-Q RFSOC Driver
Chronos-Q RFSOC Driver Documentation
ADCChannel Class Reference

RFSOC ADC channel. More...

Collaboration diagram for ADCChannel:
Collaboration graph

Public Attributes

 calibration_mode
 Calibration mode settings. More...
 
 delay
 Delay setting. More...
 
 dither
 Dither mode settings. More...
 
 id
 Channel ID. More...
 
 num_samples
 Number of samples supported by ADC channel. More...
 
 nyquist_mode
 Nyquist mode setting. More...
 

Detailed Description

RFSOC ADC channel object that manages the channel settings and synchronization to RFSOC server.

Member Data Documentation

◆ calibration_mode

calibration_mode

The calibration mode setting for the ADC channel.
Valid values are:

  • 0 = Auto-Calibration (Currently not supported)
  • 1 = Mode 1 - Optimized for the input signal locates from 0.4 * Fs to Fs/2
  • 2 = Mode 2 - Optimized for the input signal locates from 0 to 0.4 * Fs

◆ delay

delay

Delay (in clock cycles) for the ADC channel.

◆ dither

dither

The dither mode setting for the ADC channel.
Valid values are:

  • 0 = Dither mode Disabled
  • 1 = Dither mode Enabled

◆ id

id

ADC channel ID.

◆ num_samples

num_samples

Refers to the number of samples supported by the ADC channel.
This value potentially varies depending on whether internal or external ADC used.

◆ nyquist_mode

nyquist_mode

The nyquist mode setting for the ADC channel.
Valid values are:

  • 1 = ODD Nyquist Zone
  • 2 = Even Nyquist Zone