Remote Control Commands
R&S
®
SMU200A
550Operating Manual 1007.9845.32 ─ 15
*SAV 4
stores the current instrument setting in an intermediate memory
with number 4. This setting can be called using command *RCL
and the associated number of the memory, e.g. *RCL 4.
MMEM:STOR:STAT 4,'D:/user/test4.savrcl'
stores the instrument setting stored with the *SAV command under
memory number 4 in the file test4.savrcl in the user direc-
tory.
MMEM:LOAD:STAT 4,'D:/user/test4.savrcl'
loads the file test4.savrcl in the user directory.
*RCL 4
activates the instrument setting of the file test4.savrcl.
Example:
Setting onlyUsage:
:MMEMory:MDIRectory <directory_name>
Creates a new subdirectory for mass memory storage in the specified directory. If no
directory is specified, a subdirectory is created in the default directory. This command
can also be used to create a directory tree.
Setting parameters:
string
String parameter to specify the new directory.
<directory_name>
MMEM:MDIR 'carrier'
creates the subdirectory 'carrier' in the current directory.
Example:
Setting onlyUsage:
:MMEMory:MOVE <file_source>, <file_destination>
Moves an existing file to a new location or, if no path is specified, renames an existing
file.
It is also possible to specify the path using another parameter. The command is:
MMEMory:MOVE
file_source,msus_source[, file_destination, msus_destination]
Setting parameters:
String parameter to specify the name of the file to be moved.
String parameters to specify the name of the new file.
<file_source>
<file_destination>
MMEM:MOVE 'test1.savrcl','keep1.savrcl'
renames the file test1.savrcls as keep1.savrcl.
MMEM:MOVE 'test1.savrcl',
'\instrument_one\keep1.savrcl'
moves the file test1.savrcl to the subdirectory instru
ment_one and stores it there under the name keep1.savrcl.
Example:
MMEMory Subsystem