Video Signal Generator Owner's And Programmer's Manual

6-163
SEQQ SEQuence Query pointer
Classification: Sequence memory management
Command Syntax: None
Query Syntax: SEQQ? <index> <number>
Limits: <index> = positive integer number
<number> = positive integer number
Query Response: List of specified sequence names
Description: The query returns <number> sequence names from the list of
all the sequence names stored in sequence memory beginning
at <index>. The directories are kept in alphanumeric order.
Other Required Cmds: None
Examples: SEQQ? 1 5 // List the first five
// directories in memory
or
SEQQ? 1 9999 // List all directories
// in memory
SEQS SEQuence Save
Classification: Sequence memory management
Command Syntax: SEQS
Query Syntax: None
Description: The SEQS command saves current contents of the generators
sequence buffer back to the memory location from which they
were originally read.
Other Required Cmds: None
Example: SEQS
SEQU SEQuence Use
Command Syntax: SEQU
Query Syntax: SEQU?
Query Response: <name>
Description: The SEQU command starts to run the sequence currently stored
in the sequence edit buffer. The SEQU? query returns the sequence
name currently set in the sequence edit buffer.
Other Required Cmds: The sequence in the edit buffer must have a nonzero SMOD
setting in order to run.
Example: SEQL MY_SEQ // Load "MY_SEQ" dir in
// edit buffer
SEQU // Start running the sequence in
// the buffer