EEVblog Electronics Community Forum

Products => Computers => Programming => Topic started by: siglentLearner on May 30, 2022, 03:38:04 am

Title: Siglent SVA1032X programing
Post 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
Title: Re: Siglent SVA1032X programing
Post by: Bicurico on May 30, 2022, 09:49:25 am
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?
Title: Re: Siglent SVA1032X programing
Post by: Meestor_X on October 26, 2022, 09:43:26 pm
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?
Title: Re: Siglent SVA1032X programing
Post by: Bicurico on October 27, 2022, 07:08:23 am
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.