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.

AFE5818EVM: Data acquisition automation in python using AFE5818EVM and HSDC Pro

Part Number: AFE5818EVM

Tool/software:

I am using the AFE5818EVM setup. For my application I need to capture DDR memory for 10 triggers. I tried to automate the process using HSDC Pro DDL in python. 
But for it to read the DDR memory and save it in CSV or binary file it is taking around 4-5 seconds for one capture. But for my application the entire process needs to be completed in 300ms.
I went through the HSDCPro Automation DLL User Guide but I didn't find any functions where I can directly access the memory of the TSW1400 EVM.
So now I want to store the data for all the 10 triggers in DDR memory(TSW 1400EVM in trigger mode) at once without overwriting the memory(one after the after other as is has 1GB space) and later access the memory and save the data in a separate CSV file for each individual captures corresponding to each trigger.