Storing and Loading Instrument Data R&S SMC100A
1411.4060.32 4.38 E-1
Directory
Selects the directory in which the file to be deleted or copied is
located. The window to the right lists all files in this directory. The file
to be deleted or copied can be highlighted. The path is indicated
above the directory window.
Remote-control command:
MMEM:CDIR "/var/user"
Files
Selects the file.
Remote-control command: n.a.
Cut
Cuts the selected file. It can be pasted into a different directory using
the Paste button.
Remote-control command:
MMEM:DEL '/var/test.savercl'
Copy
Copies the selected file. It can be pasted into a different or the same
directory using the Paste button. 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.
Remote-control command:
MMEM:COPY "/var/user/set1.wv","/var/user/set2.wv"
Paste
Pastes the file that has been copied or cut before.
Remote-control command: n.a.
Rename
Renames 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 message
appears prompting the user to confirm deletion of the file.
Remote-control command:
MMEM:DEL '/var/test.savercl'
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.
Remote-control command:
MMEM:MDIR '/var/user/test'
Note:
When the subdirectory is entered, it is possible to enter an
absolute path name (e.g. "/var/user//meas") or the path
relative to the current directory (e.g. "../MEAS").