adrv9002
- class adi.adrv9002.adrv9002(uri='')
Bases:
rx_tx
,context_manager
ADRV9002 Transceiver
- property bbdc_rejection_tracking_en_chan0
“Enable Baseband DC rejection on the fly tracking calibration for RX1
- property bbdc_rejection_tracking_en_chan1
“Enable Baseband DC rejection on the fly tracking calibration for RX2
- property digital_gain_control_mode_chan0
Digital gain control mode for RX1. Option are: automatic spi.
- property digital_gain_control_mode_chan1
Digital gain control mode for RX2. Option are: automatic spi.
- property gain_control_mode_chan0
gain_control_mode_chan0: Mode of receive path AGC. Options are: spi, pin, automatic
- property gain_control_mode_chan1
gain_control_mode_chan1: Mode of receive path AGC. Options are: spi, pin, automatic
- property interface_gain_chan0
interface_gain_chan0: Fixed input gain stage for channel 0. Options are: 18dB 12dB 6dB 0dB -6dB -12dB -18dB -24dB -30dB -36dB
- property interface_gain_chan1
interface_gain_chan0: Fixed input gain stage for channel 0. Options are: 18dB 12dB 6dB 0dB -6dB -12dB -18dB -24dB -30dB -36dB
- property quadrature_fic_tracking_en_chan0
Enable Quadrature Error Correction Narrowband FIC on the fly tracking calibration for RX1
- property quadrature_fic_tracking_en_chan1
Enable Quadrature Error Correction Narrowband FIC on the fly tracking calibration for RX2
- property quadrature_w_poly_tracking_en_chan0
Enable Quadrature Error Correction Wideband Poly on the fly tracking calibration for RX1
- property quadrature_w_poly_tracking_en_chan1
Enable Quadrature Error Correction Wideband Poly on the fly tracking calibration for RX2
- property rx_dma_mode
rx_dma_mode: DMA configuration for RX path. Options are: combined: RX1 and RX2 share the same rx method split: RX1 and RX2 have separate rx methods rx1 and rx2. Typically used when they are at different rates. In this case the standard rx method has the same effect as the rx1 method.
- property rx_ensm_mode_chan0
rx_ensm_mode_chan0: RX Enable State Machine State Channel 0. Options are: calibrated, primed, rf_enabled
- property rx_ensm_mode_chan1
rx_ensm_mode_chan1: RX Enable State Machine State Channel 1. Options are: calibrated, primed, rf_enabled
- property rx_hardwaregain_chan0
rx_hardwaregain: Gain applied to RX path channel 0. Only applicable when gain_control_mode is set to ‘spi’
- property rx_hardwaregain_chan1
rx_hardwaregain: Gain applied to RX path channel 1. Only applicable when gain_control_mode is set to ‘spi’
- property tx_dma_mode
tx_dma_mode: DMA configuration for TX path. Options are: combined: TX1 and TX2 share the same tx method split: TX1 and TX2 have separate tx methods tx1 and tx2. Typically used when they are at different rates. In this case the standard tx method has the same effect as the tx1 method.
- property tx_ensm_mode_chan0
tx_ensm_mode_chan0: TX Enable State Machine State Channel 0. Options are: calibrated, primed, rf_enabled
- property tx_ensm_mode_chan1
tx_ensm_mode_chan1: TX Enable State Machine State Channel 1. Options are: calibrated, primed, rf_enabled
- write_profile(value)
Load a new profile on the device Stream related to profile should be loaded first. Please see driver documentation about profile generation.