This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TSW14J56EVM: HSDC Pro Automation DLL Python Script

Part Number: TSW14J56EVM

Hello,

I'm using the TSW14J56EVM along with HSDC Pro and DAC3XJ8X GUI v1.2 for my Project. The goal is to generate some I/Q signals. Using the python script example provided I was able to generate the signal and sent it through the system. My next step is manipulating the DAC and FPGA clocks with python. I assume I should be able to achieve that by changing low level registers value. I found in the HSDCPro Automation DLL Manual two function called Write_Registers and Write_Register_U32. I have tried to implement these function in my python script, the script ran and return error status 0 (no error) but when I check the registers value in DAC3XJ8X GUI v1.2 Low Level View tab, the registers remain unchanged. Can someone give me some pointer on what I can do to make these function work??

I attached a screenshot of my code where I call the Write_Registers function.

Thank you,