Remote Commands
R&S
®
FSW
994User Manual 1173.9411.02 ─ 19
<Block> Data block with the following structure.
#
Hash sign.
<number>
Length of the length information.
<number>
Length information of the binary data (number of bytes).
<data>
Binary data with the indicated <number> of bytes.
Example:
MMEM:NAME '\Public\User\Testfile.txt'
Creates a new file called 'testfile.txt'.
MMEM:DATA 'Testfile.txt',#220Contents of the
file
The parameter means:
#2: hash sign and length of the length information (20 bytes = 2
digits)
20: indicates the number of subsequent binary data bytes.
Contents of the file: store 20 binary bytes (characters) to the file.
Usage: SCPI confirmed
MMEMory:DELete <FileName>
This command deletes a file.
Parameters:
<FileName> String containing the path and file name of the file to delete.
The path may be relative or absolute.
Usage: Event
SCPI confirmed
MMEMory:MDIRectory <Directory>
This command creates a new directory.
Parameters:
<Directory> String containing the path and new directory name
The path may be relative or absolute.
Usage: Event
MMEMory:MOVE <SourceFile>,<NewFileName>
This command moves a file to another directory.
The command also renames the file if you define a new name in the target directory.
If you do not include a path for <NewFileName>, the command just renames the file.
Parameters:
<SourceFile> String containing the path and file name of the source file.
Managing Settings and Results