User manual

Remote Control
R&S
®
RTO
757User Manual 1316.0827.02 ─ 06
Setting parameters:
<FileSource> String parameter, contains name and path of the file to be copied.
Wildcards (* and ?) are allowed.
<FileDestination> String parameter, contains name and path of the new file. If the
file already exists, it is overwritten without notice. If no file desti-
nation is specified, the source file is written to the current directory
specified with MMEMory:CDIRectory.
Example:
MMEM:COPY 'C:\Documents and Settings\All Users\
Documents\Rohde-Schwarz\RTO\RefWaveforms\
RefCurve_2011-03-16*.bin','E:'
Copies all reference waveforms saved on March 16, 2011 to an
external storage medium, mapped to drive E:\.
Usage: Setting only
SCPI confirmed
MMEMory:MOVE <FileSource>, <FileDestination>
Moves the specified file to a new location on the same drive and renames it.
Setting parameters:
<FileSource> String parameter, contains name and path of the file to be copied.
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 MMEMory:RDIRectory
on page 755.
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
MMEMory:CDIRectory.
Example:
MMEM:DEL '*.CFG’
Deletes all cfg files from the current directory.
Command Reference