RIGOL
VSA Programming Guide
2-41
Remarks
This operation fails if the specified file does not exist.
Example
The following command loads the FMT file (mask1.csv) to the upper mask.
:MMEMory:LOAD:FMT upper,mask1.csv
:MMEMory:LOAD:STATe
Syntax
:MMEMory:LOAD:STATe <file_name>
Description
Loads the specified state file (.sta).
Parameter
Name
Type
Range
Default
<file_name>
ASCII String
--
--
Remarks
This operation fails if the file with the specified filename does not exist.
Example
The following command loads the state file (state1.sta) to the instrument.
:MMEMory:LOAD:STATe state1.sta
:MMEMory:LOAD:TRACe:DATA
Syntax
:MMEMory:LOAD:TRACe:DATA <label>,<file_name>
Description
Loads the specified measurement data file (suffixed with .csv).
Parameter
Name
Type
Range
Default
<label>
Keyword
TRACE1|TRACE2|TRACE3|TRACE4
--
<file_name>
ASCII String
--
--
Remarks
This operation fails if the file with the specified filename does not exist.
Example
The following command loads the measurement data file (trace1.csv) to Trace1.
:MMEMory:LOAD:TRACe:DATA TRACE1,trace1.csv