User manual

Chapter 2 Command System RIGOL
RSA3000 Programming Guide 2-93
:MMEMory:LOAD:TRACe:DATA
Syntax
:MMEMory:LOAD:TRACe:DATA <label>,<file_name>
Description
Imports the specified measurement data file (.csv).
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 measurement data file (trace1.csv) to Trace1.
:MMEMory:LOAD:TRACe:DATA TRACE1,trace1.csv
:MMEMory:MOVE
Syntax
:MMEMory:MOVE <file_name1>,<file_name2>
Description
Renames the specified file <file_name1> as <file_name2>.
Parameter
Name
Type
Range
Default
<file_name1>
ASCII String
——
——
<file_name2>
ASCII String
——
——
Remarks
<file_name1> and <file_name2> should contain the path and the filename.
This operation fails if the file with the specified filename does not exist.
Example
The following command renames the state file (state1.sta) in the folder (/gpsa/state) as "state2.sta".
:MMEMory:MOVE /gpsa/state/state1.sta,/gpsa/state/state2.sta