Instructions

Table Of Contents
Chapter 2 Command System RIGOL
RSA5000 Programming Guide 2-97
:MMEMory:STORe:TRACe
Syntax
:MMEMory:STORe:TRACe <label>,<file_name>
Description
Saves the specified trace+state file with filename suffixed with ".trs" to the default path (/"mode
name"/tracestate).
Parameter
Name
Type
Range
Default
<label>
Keyword
TRACE1|TRACE2|TRACE3|TRACE4|TRACE5|TRACE6
——
<file_name>
ASCII String
——
——
Remarks
If the specified file already exists, overwrite it.
Example
The following command saves the current instrument state and Trace 1 with the filename "mystate.trs" to
the folder (/gpsa/tracestate).
:MMEMory:STORe:TRACe TRACE1,mystate
: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"/measdata).
Parameter
Name
Type
Range
Default
<label>
Keyword
TRACE1|TRACE2|TRACE3|TRACE4|TRACE5|TRACE6
——
<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 (/gpsa/measdata).
:MMEMory:STORe:TRACe:DATA TRACE1,mydata