MEMory Subsystem 6
U8480 Series Programming Guide 137
MEMory:CATalog:STATe? 
This query is used to list the save/recall registers. 
The U8480 Series returns the data in the form of two numeric parameters and as 
many strings as there are save/recall registers. 
<numeric_value>,<numeric_value>{,<string>}
– The first numeric parameter indicates the amount of memory, in bytes, used 
for the storage of registers.
– The second parameter indicates the memory, in bytes, available for the 
storage of registers. 
– Each string parameter returned indicates the name, type, and size of a save/
recall register:
– <string>,<type>,<size>
– <string> indicates the name of the save/recall register.
– <type> indicates STAT for a save/recall register.
– <size> indicates the size of the save/recall register in bytes.
For example, a sample of a response may look like:
0,16190,”State0,STAT,0”,”State1,STAT,0” .........
Syntax
Example
MEM:CAT:STAT? Queries the list of save/recall registers.