Agilent 4155C/4156C SCPI Command Reference, Edition 1 5-63
SCPI Commands
:MMEMory:CATalog?
:MMEMory:CATalog?
This command returns information about the present contents and state of the mass
storage that specified by the :MMEM:DEST command.
Syntax :MMEMory:CATalog? [ msus ]
Parameter
Query response used,available { , file_entry_list }<newline><^END>
The used indicates the remaining amount of storage currently used in bytes. The
data type of used is NR1 response data. If NET1, NET2, NET3 or NET4 is set by
the :MMEM:DEST command, used returns 0 (zero).
The available indicates the remaining amount of storage available in bytes. The data
type of available is NR1 response data. If NET1, NET2, NET3 or NET4 is set by
the :MMEM:DEST command, available returns 0 (zero).
The file_entry_list is a list of file_entrys separated by commas. The data type of
file_entry_list is string response data format, but does not contain double quote
characters at the beginning and end of the string.
Each file_entry indicates the name, type, and size of one file.
file_entry = file_name, file_type, file_size
The file_name is the name of a file including the extension.
The file_size is the size of the file in bytes.
The file_type is indicated by one of the following:
• ASC ASCii text file
• BIN binary file
• STAT instrument (setting) state
• TRAC trace (display) data
• MACR instrument macro
The following is the example of the file _entry_list:
BTR.MES,STAT,3833,GENE.MES,STAT,3833,VDS-ID.MES,STAT,3833
Parameter Type Explanation
msus string mass storage (Only 'DISK' can be entered as the
value)