Instructions

Table Of Contents
RIGOL Chapter 2 Command System
2-92 RSA5000 Programming Guide
:MMEMory:LOAD:STATe
Syntax
:MMEMory:LOAD:STATe <file_name>
Description
Imports the specified state file (.sta).
Parameter
Name
Type
Range
Default
<file_name>
ASCII String
——
——
Remarks
This operation fails if the specified file does not exist.
Example
The following command imports the state file (state1.sta) to the instrument.
:MMEMory:LOAD:STATe state1.sta
:MMEMory:LOAD:TRACe
Syntax
:MMEMory:LOAD:TRACe <label>,<file_name>
Description
Imports the specified trace file (.trs) and the current instrument state.
Parameter
Name
Type
Range
Default
<label>
Keyword
TRACE1|TRACE2|TRACE3|TRACE4|TRACE5|TRACE6
——
<file_name>
ASCII String
——
——
Remarks
This operation fails if the specified file does not exist.
Example
The following command imports the current instrument state and the trace file (t1.trs) to Trace2.
:MMEMory:LOAD:TRACe TRACE2,t1.trs