MEMory Subsystem 6
U2000 Series Programming Guide 131
MEMory:CATalog:STATe?
This command is used to list the save/recall registers.
The power sensor 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 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? This command queries the list of
save/recall registers.