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!