Hi All ,
I want to transfer .dat files from my PC to Agilent 35670A Dynamic Signal Analyser , which are conneted using USB - GPIB cable. Please let me know the GPIB commnds that would work for me.
Thanks in advance.
I want to transfer .dat files from my PC to Agilent 35670A Dynamic Signal Analyser , which are conneted using USB - GPIB cable. Please let me know the GPIB commnds that would work for me.
Thanks in advance.
There is no GPIB SCPI command for this as such. The work around is quite laborious to say the least. Easiest would be to manually save the .dat files to the floppy disk and then recall the .dat files into the 35670A from the floppy disk.
Laborious workaround:
1) First convert the .dat file to ASCII file using the SDF utilities. More info here: http://www.home.agilent.com/agilent/faq ... SR.General
2) Use the TRACE:DATA command in the programming manual http://www.home.agilent.com/agilent/faq ... SR.General page 623 to transfer the ascii file data to the data register.
3) Recall the data register into one of the traces using CALC:FEED command
4) Use the MMEM:STOR command to save the data register previously recalled in step 3) to a file.
Regards -