RIGOL Chapter 2 Command System
2-82 DSA800E Programming Guide
:MMEMory:LOAD:TRACe
Syntax
:MMEMory:LOAD:TRACe <file_name>
Description
Load the specified trace file (.trc).
Parameter
Explanation
<file_name> should contain the path and the filename.
This operation fails if the specified file does not exist.
Example
The comamnd below loads the trace file t1.trc in the D disk into the instrument.
:MMEMory:LOAD:TRACe D:\Trace0:t1.trc
:MMEMory:MOVE
Syntax
:MMEMory:MOVE <file_name1>,<file_name2>
Description
Rename the file specified in <file_name1> as <file_name2>.
Parameter
Explanation
<file_name1> and <file_name2> should contain the path and the filename.
This operation fails if the specified file does not exist.
Example
The command below rename file1.bmp in the USB storage device as file2.bmp.
:MMEM:MOVE E:\file1.bmp, E:\file2.bmp