RIGOL
2-42
VSA Programming Guide
: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 (/vsa/state) as "state2.sta".
:MMEMory:MOVE /vsa/state/state1.sta,/vsa/state/state2.sta
:MMEMory:STORe:FMT
Syntax
:MMEMory:STORe:FMT <label>,<file_name>
Description
Saves the FMT file with a specified filename suffixed with ".csv" to the default path (/"mode name"/mask).
Parameter
Name
Type
Range
Default
<label>
Keyword
UPPer|LOWer
--
<file_name>
ASCII String
--
--
Remarks
If the specified file already exists, overwrite it.
Example
The following command saves the upper mask FMT file with the filename (mask1.csv) to the "/vsa/mask"
folder.
:MMEMory:STORe:FMT UPPer,mask1
:MMEMory:STORe:SCReen
Syntax
:MMEMory:STORe:SCReen <file_name>
Description
Saves the current screen image with the specified filename suffixed with ".jpg", ".png/", or ".bmp" to the
default path (/"mode name"/screen).
Parameter
Name
Type
Range
Default
<file_name>
ASCII String
--
--