Instructions

Table Of Contents
Remote Control Commands
R&S
®
Scope Rider RTH
504User Manual 1326.1578.02 ─ 15
Example: 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"
Example: 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"
Usage: Query only
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.
Query parameters:
<PathName> String parameter
Directory to be queried, absolute or relative path
Return values:
<Count> Number of files.
Usage: Query only
MMEMory:COPY <FileSource>,<FileDestination>
Copies data to another directory on the same or different storage device. The file name
can be changed, too.
Setting parameters:
<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.
Example:
MMEM:COPY "/media/SD/Rohde-Schwarz/RTH/SaveSets/Settings1.xml",
"/media/USB1/SaveSets/Settings1.xml"
Usage: Setting only
MMEMory:MOVE <FileSource>, <FileDestination>
Moves an existing file to a new location.
Documenting Results