RIGOL
VSA Programming Guide
2-43
Remarks
If the specified file already exists, overwrite it.
If a suffix (.jpg/.png/.bmp) is added to the filename, you can save the current screen image with a different
format based on its different suffix.
If no suffix is added to the filename, then by default, the current screen image is saved in the currently
selected format.
Example
The following command saves the current screen image with the filename "screen.jpg" to the folder
(/vsa/screen).
:MMEMory:STORe:SCReen screen.jpg
:MMEMory:STORe:STATe
Syntax
:MMEMory:STORe:STATe <file_name>
Description
Saves the current instrument state with the specified filename suffixed with ".sta" to the default path
(/"mode name"/state).
Parameter
Name
Type
Range
Default
<file_name>
ASCII String
--
--
Remarks
If the specified file already exists, overwrite it.
Example
The following command saves the current instrument state with the filename "state.sta" to the folder
(/vsa/state).
:MMEMory:STORe:STATe state
:MMEMory:STORe:TRACe:DATA
Syntax
:MMEMory:STORe:TRACe:DATA <label>,<file_name>
Description
Saves the trace measurement results with a specified filename suffixed with ".csv" to the default path
(/"mode name"/data).
Parameter
Name
Type
Range
Default
<label>
Keyword
TRACE1|TRACE2|TRACE3|TRACE4
--
<file_name>
ASCII String
--
--
Remarks
If the specified file already exists, overwrite it.
Example
The following command saves Trace1 measurement data with the specified filename "mydata.csv" to the
folder (/vsa/data).
:MMEMory:STORe:TRACe:DATA TRACE1,mydata