Command Reference
R&S
®
CMW500
212
User Manual 1173.9463.02 ─ 02
Return values:
<UsedSize>
Disk space in bytes used by the listed files, excluding subdirecto-
ries
<FreeDiskSpace>
Available free disk space in bytes
'<Information_1>' ...
'<Information_n>'
Information strings are returned for the directories "." and "..", for
files and for subdirectories.
Each string contains the following contents:
<Name>,<Type>,<Size>[,<DateTime>][,<Attributes>]
<Name>
Name of the object (file or directory)
<Type>
Type of the object: DIRectory | BINary | ASCii | STATe
<Size>
File size in bytes (0 for directories)
<DateTime>
Date and time of last modification
Only returned for <Mode> = ALL or WTIme
<Attributes>
Object attributes, only returned for <Mode> = ALL
Values: R = read-only, A = archive, S = system, H = hidden
Example:
MMEM:CAT?
Possible response:
156673,5195137024,
".,DIR,0","..,DIR,0",
"SaveFile001.xml,BIN,78335",
"SaveFile002.xml,BIN,78338"
Example:
MMEM:CAT? 'D:\User\Data\*.jpg'
Possible response:
300928,511337022,
"fig1.jpg,BIN,259395",
"screen.jpg,BIN,41533"
Considers all jpg files located in directory
D:\User\Data
.
Example:
MMEM:CAT? 'D:\User\Data\*.jpg',ALL
Possible response:
300928,511337022,
"fig1.jpg,BIN,259395,14-01-2011 10:54,A",
"screen.jpg,BIN,41533,10-01-2011 11:13,AR"
Displays all information for the jpg files located in directory
D:
\User\Data
.
Usage:
Query only
SCPI confirmed
Firmware/Software:
V1.0.0.4
Instrument-Control Commands