6 MEMory Subsystem
138 U8480 Series Programming Guide
MEMory:CATalog:TABLe?
This query is used to list the stored frequency-dependent offset tables, Gamma 
tables, and the S-Parameter table.
There are 10 frequency-dependent offset tables named CUSTOM_A through 
CUSTOM_J which do not contain any data when the U8480 Series is shipped from 
the factory.
There are also three Gamma tables named Gamma1 through Gamma3, and one 
S-Parameter table named SParam1, which do not contain any data when the 
U8480 Series is shipped from the factory.
The U8480 Series returns the data in the form of two numeric parameters and as 
many strings as there are stored tables. 
<numeric_value>,<numeric_value>{,<string>}
– The first numeric parameter indicates the amount of memory, in bytes, used 
for the storage of tables.
– The second parameter indicates the memory, in bytes, available for the 
storage of tables. 
– Each string parameter returned indicates the name, type, and size of a stored 
table:
– <string>,<type>,<size>
– <string> indicates the name of the table.
– <type> indicates TABL for a table.
– <size> indicates the size of the table in bytes.
For example, a sample of a response may look like:
1178,10040,”DEFAULT,TABL,14”,”TABLE1,TABL,116”,
“TABLE2,TABL,74”,”TABLE3,TABL,62”...........