12-09-2005 09:53 AM
12-09-2005 03:15 PM
HI Opal,
2 sec is a reasonable amount of time. I once had a 14 sec delay using an arb and transfering a waveform of 55K points.
You might be able to speed up the tranmission if you have the inst use binary instead of ASCII. The ASCII chars can have a variable width, where the binary numbers will have a fixed width. Check the manual to see if you have control over the transfered data's format (some inst don't expose this option).
As long as you are not losing data, then you should be OK. If there are less than the 32768 bytes, the inst will return sooner.
Let me know if you have any problems.
Joel
12-12-2005 07:18 AM
12-12-2005 03:23 PM