Hello,
I've got the following problem:
I have to download data to a function generator (Agilent 33250) using the serial bus.
The data downloaded is:
*RST
OUTP OFF
OUTP:SYNC OFF
DATA VOLATILE, 0.000,0.000,0.001,0.002,0.003,0.004,0.002,-0.003,-
etc...
Now, I have to insert a 1ms time delay between DATA VOLATILE, and the subsequent numbers.
Is there a visa command how to achieve this? I already tried downloading only the header, closing the visa session thereafter and sending the rest by reopening the visa session. This didn't work out.
Is there a command how to keep the visa session open for a couple of ms and then send the rest?
Thanks for your help!
Georg