®
R&S
Scope Rider RTH
MMEMory:MDIRectory <DirectoryName>
Creates a new directory with the specified name.
Einstellparameter:
<DirectoryName>
Beispiel:
Verwendung:
MMEMory:RDIRectory <DirectoryName>
Deletes the specified directory.
Note: All subdirectories and all files in the specified directory and in the subdirectories
are deleted.
You cannot delete the current directory or a superior directory. In this case, the instru-
ment returns an execution error.
Einstellparameter:
<DirectoryName>
Beispiel:
Verwendung:
MMEMory:DCATalog? <DirectoryName>
Returns the subdirectories of the specified directory. The result corresponds to the
number of strings returned by the MMEMory:DCATalog:LENgth? command.
Abfrageparameter:
<DirectoryName>
Rückgabewerte:
<FileEntry>
Beispiel:
Benutzerhandbuch 1326.1578.03 ─ 19
String parameter
Absolute path, or path relative to the current directory.
Create a directory Data on the USB flash device using the
absolute path:
MMEM:MDIR "/media/USB1/Data"
Nur Einstellung
String parameter, absolute path or relative to the current direc-
tory
MMEM:RDIR "/media/USB1/Screenshots"
Deletes the directory Screenshots on the USB flash drive.
Nur Einstellung
String parameter
Specifies the directory.
String parameter
List of subdirectory strings separated by commas. The current
and the parent directories are also returned (".,,0","..,,
0").
Query for directories using the absolute path:
MMEM:DCAT? "/media/USB1/*"
received ".,,0","..,,0","Export,,0","SaveSets,,0","SCREENSHOTS,,0"
MMEM:DCAT:LENG? "/media/USB1/*"
received 5
Fernsteuerbefehle
Ergebnisse dokumentieren
521