I have logged data on the 34410A that I'd like to download via USB. I have the "Interactive IO" application running on my PC, but I don't know the command to read that data log. I can't even find a comprehensive command reference for this device.
What command do I use to download the entire data log?
Hi,
'config
TRIG:SOUR IMM
SAMP:COUN 1000 (the number of sample per trigger you want, max 50,000 readings)
TRIG:DEL 0; (adjust delay between sample if necessary, max 3600sec, step 20µs)
'from here, for each INIT command, you will receive1000 readings by FETCH command
INIT
FETC? (read data)
Depend how many readings you have to read, be sure de timeout value is suffisant.
Yves