EEVblog Electronics Community Forum
Products => Computers => Programming => Topic started by: siglentLearner on May 30, 2022, 03:38:04 am
-
Hi,
I have connected the Siglent SVA1032X network analyzer to a PC with a LAN cable.
I have a .csv file saved in the instrument using the following SCPI command:
fprintf(siglent,'MMEM:STOR CSV, ,"TEST.csv")
I need to transfer it to my local PC connected to it by LAN.
If I have connected a USB to the instrument how can I save the file 'TEST.csv' to the USB file path? :-//
Thank you for your help. :)
Regards
M
-
Why don't you use SCPI commands of the Siglent SVA1032X to send you the data directly through LAN/USB, instead of first writing it to a file in local memory?
-
Why don't you use SCPI commands of the Siglent SVA1032X to send you the data directly through LAN/USB, instead of first writing it to a file in local memory?
What is the command to receive the data and how is it formatted?
-
You need to read the SCPI manual that Siglent has for download
I developed a whole software for the spectrum part and it was straight forward to receive data and set parameters by just using the documentation.
Since I don't own the Plus/SVA version I did not bother with specific functionality of these models.