Remote control commands
R&S
®
RTO6
1645
User Manual 1801.6687.02 ─ 05
Setting parameters:
<FileSource>
String parameter, contains name and path of the file to be cop-
ied.
Wildcards (* and ?) are allowed. Therefore, specify a directory
for <FileDestination>. Renaming is not possible.
<FileDestination>
String parameter, contains name and path of the new file. If no
path is specified, the <FileSource> directory is used - the file is
renamed.
Example:
MMEM:MOVE 'C:\USER\DATA\SETUP.CFG','C:\STORE'
Moves the file "Setup.cfg" from the directory
C:\USER\DATA
to
C:\STORE
.
Usage:
Setting only
SCPI confirmed
MMEMory:DELete
<FileName>
Removes the specified file(s). To delete directories, use
Setting parameters:
<FileName>
String parameter to specify the name and directory of the file to
be removed. Wildcards (* and ?) are allowed.
If no path is defined, the current directory is used, specified with
Example:
MMEM:DEL '*.CFG’
Deletes all cfg files from the current directory.
Usage:
Setting only
SCPI confirmed
MMEMory:DATA
<FileName>, <Data>
MMEMory:DATA?
<FileName>
Stores data in the specified file to the storage location specified using
.
Parameters:
<Data>
<block>
488.2 block data format. The delimiter EOI must be selected to
achieve correct data transfer.
The block begins with character '#'. The next digit is the length of
the length information, followed by this given number of digits
providing the number of bytes in the following binary data.
Parameters for setting and query:
<FileName>
String parameter, the name of the file the data is stored to.
Example:
MMEM:DATA 'abc.txt', #216This is the file
#2: the length infomation has two digits
16: the binary data has 16 bytes
Data management