R&S AFQ100A
Storing and Loading Instrument Data
1401.3084.32 4.111
E-3
Cut
Cuts the selected file. It can be pasted into a different directory using
the
Paste
button.
Remote-control command:
MMEM:DEL 'E:\test.savrcl'
Copy
Copies the selected file. It can be pasted into a different or the same
directory using the
Paste
button.
Remote-control command:
MMEM:COPY "D:\user\set1.wv","D:\user\set2.wv"
Paste
Pastes the file that has been copied or cut before. When pasting the
file into the same directory file name "copy_of_<filename>" is given
automatically. When pasting the file into a different directory, the
original filename is kept. If the target directory already contains a file
with the same name, a confirmation query is displayed to confirm
overwriting of this file.
Remote-control command :
MMEM:COPY "D:\user\set1.wv","D:\user\set2.wv"
Rename
Renames (moves) the selected file or directory. The new name can be
entered in the
New Filename
window.
Remote-control command:
MMEM:MOVE "test02.dm_iqd","set2.dm_iqd"
Delete
Deletes the selected file. Before the file is deleted, a confirmation
query is displayed to confirm deleting the file.
Remote-control command:
MMEM:DEL 'E:\test.savrcl'
Create New Directory
Creates a new directory. The name of the new directory can be
entered in the
New Directory
window. The directory is created as a
subdirectory in the selected level.
Note:
When the subdirectory is entered, it is possible to enter an
absolute path name (e.g.
"D:\USER\MEAS"
) or the path relative to
the current directory (e.g. "
..\MEAS
").
Remote-control command:
MMEM:MDIR 'D:\user\test'