Post Go back to editing

How to use Python to control ADXUD1AEBZ

Thread Summary

The user inquires about controlling the ADXUD1AEBZ board using Python, similar to a given MATLAB code snippet. The final answer provides a Python demo code to configure the XUD1A board, setting specific channels to TX or RX modes and configuring the PLL and LO frequency. Relevant products: ZCU102, AD9081, ADXUD1AEBZ, ADF4371.
AI Generated Content
Category: Software
Software Version: Python

Hi,

We are using ZCU102+AD9081+ADXUD1AEBZ+Stingray. I am writing to ask if we are able to control ADXUD1AEBZ using Python, and if so, would you please refer some demo code for me? Specifically, I would like to know how to achieve a similar function as the MATLAB code below:

sray.TXRX0 = 0;
sray.TXRX1 = 1;
sray.TXRX2 = 1;
sray.TXRX3 = 0;

Thank you!