PROGram Subsystem
3–94
AM700 Audio Measurement Set Programmer Manual
PROGram:CATalog?
Usage: This is a query only command that lists all the programs stored in the function
directories of both nvram: and rom:. If there are functions of the same name in
both directories, only one will be shown. This can be confusing so different
names should be used for naming functions in nvram:/functions directory.
Query: PROG:CAT? returns a comma separated list of the defined functions. Each
string contains the name of a program. If none are defined, a null string is
returned.
PROGram:RCATalog?
Usage: Query only used to determine the running functions.
Query: PROG:RCAT? returns a comma separated list of the currently running
functions. Note: Names of running functions are returned as all capitalized
characters. If you are doing a compare between programs that have been asked
to be run and those that are running, the comparison should not be case
sensitive.
PROGram:TCATalog?
Usage: Query only used to determine the names of timed functions.
Query: PROG:TCAT? returns a comma separated list of the timed functions.
PROGram:EXPLicit:DEFine <progname>,<program_data>
Usage: Creates and downloads function files. The <program_data> must be in definite
length arbitrary block data format for down loading to the AM700. Block data
format looks like #NNN<prog_data> where NNN defines the number of bytes
in the program_data. The first N is the number of bytes of the byte count and
the remaining N’s are the number of bytes of program data. Also, the specified
function name must be unique.