Instructions

Chapter 3 Command System for EMI Mode RIGOL
RSA3000E Programming Guide 3-55
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
: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 (/emi/state) as "state2.sta".
:MMEMory:MOVE /emi/state/state1.sta,/emi/state/state2.sta
:MMEMory:STORe:CORRection
Syntax
:MMEMory:STORe:CORRection 1|2|3|4,<file_name>
Description
Saves the amplitude correction data file to the default path (/"mode name"/correction) with a specified
filename suffixed with ".csv" by default (you do not have to add the suffix manually).
Parameter
Name
Type
Range
Default
--
Discrete
1|2|3|4
--
<file_name>
ASCII String
--
--
Remarks
The parameter 1|2|3|4 corresponds to ANTenna|CABLe|OTHer|USER.
If the specified file already exists, overwrite it.
Example
The following command saves the amplitude correction data with the filename "ANT" to the folder
(/emi/correction).
:MMEMory:STORe:CORRection 1,ANT