Thanks a lot for helping me out.
I am currently facing one problem with the driver.
One of the function tkds5000_ConfigureAcquisitionRecord() is giving VISA error (GPIB timeout error).
I am calling this function to configure the sample rate, Recordlenght, and triggerposition.
The called function looks as below,
status=tkds5000_ConfigureAcquisitionRecord(tkds5000, 0.0005, 5000, 1);
After running the NI SPY, I found out that internally it is making a query to check whether math4 has been enabled or not.
It was internally calling "select:math4?" command.
Since the Math4 is not available in TDS5032B, this query is giving time-out error.
Hence I am not able to set the record lenth, or sample rate.
Please help me regarding the above issue.
Thanks,
Lakki