5-72 Agilent 4155C/4156C SCPI Command Reference, Edition 1
SCPI Commands
:MMEMory:MOVE
:MMEMory:MOVE
This command moves (renames) an existing file to another file name.
Both the source and destination files must be on the device specified by the
:MMEM:DEST command.
If the specified source file does not exist, error -256 "File name not found" will be
generated.
If the specified destination file already exists, error -257 "File name error" will be
generated.
This command does not have query form.
Syntax :MMEMory:MOVE src_file , dest_file
or
:MMEMory:MOVE src_file , src_msus , dest_file , dest_msus
Parameter
Example The following two examples produce the same result.
OUTPUT @Hp4155;":MMEM:MOVE 'CMOS.MES','CMOS2.MES'"
OUTPUT @Hp4155;":MMEM:MOVE 'CMOS.MES','DISK','CMOS2.MES','DISK'"
Parameter Type Explanation
src_file string source file name including extension
dest_file string destination file name including extension
src_msus string source mass storage (Only 'DISK' can be set as the
value)
dest_msus string destination mass storage (Only 'DISK' can be set
as the value)