Instructions

Table Of Contents
Fernsteuerbefehle
R&S
®
Scope Rider RTH
503Bedienhandbuch 1326.1578.03 ─ 10
Beispiel: Query for files in the SaveSets directory on the USB flash drive
using absolute path:
MMEM:CAT? "/media/USB1/SaveSets/*.*"
received: 511104,8633856,"Settings_Mon.xml,,8",
"Settings_Tue.xml,,8"
Beispiel: Query for files that start with Settings in a user-defined direc-
tory on the USB flash drive:
MMEM:CAT? "/media/USB1/Misc/Settings*.*"
received: 511104,8633856,"Settings_160321.xml,,
8","Settings_160322.xml,,8"
Verwendung: Nur Abfrage
MMEMory:CATalog:LENGth? <DirectoryName>
Returns the number of files in the specified directory. The result corresponds to the
number of files returned by the MMEMory:CATalog? command.
Abfrageparameter:
<PathName> String parameter
Directory to be queried, absolute or relative path
Rückgabewerte:
<Count> Number of files.
Verwendung: Nur Abfrage
MMEMory:COPY <FileSource>,<FileDestination>
Copies data to another directory on the same or different storage device. The file name
can be changed, too.
Einstellparameter:
<FileSource> String parameter
Name and path of the file to be copied
<FileDestination> String parameter
Name and path of the new file. If the file already exists, it is over-
written without notice.
Beispiel:
MMEM:COPY "/media/SD/Rohde-Schwarz/RTH/SaveSets/Settings1.xml",
"/media/USB1/SaveSets/Settings1.xml"
Verwendung: Nur Einstellung
MMEMory:MOVE <FileSource>, <FileDestination>
Moves an existing file to a new location.
Ergebnisse dokumentieren