MEMory Subsystem 6
U8480 Series Programming Guide 135
MEMory:CATalog[:ALL]?
This query lists stored frequency-dependent offset tables, Gamma tables, the
S-Parameter table, and save/recall registers.
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 and save/recall registers:
<numeric_value>,<numeric_value>{,<string>}
– The first numeric parameter indicates the amount of memory, in bytes, used
for the storage of tables and registers.
– The second numeric parameter indicates the memory, in bytes, available for
the storage of tables and registers.
– Each string parameter returned indicates the name, type, and size of a stored
table or save/recall register:
– <string>,<type>,<size>
– <string> indicates the name of the table or save/recall register.
– <type> indicates TABL for frequency-dependent offset tables, Gamma
tables, or the S-Parameter table, or STAT for a save/recall register.
– <size> indicates the size of the table or save/recall register in bytes.
A sample of a response may look like the following:
1178,26230,”DEFAULT,TABL,14”,”TABLE1,TABL,116”,
“TABLE2,TABL,74”,...........”State0,STAT,1619”,
“State1,STAT,1619”,”State2,STAT,1619” ...........