Quantum Data 801GC User Manual
Page 287

6-161
SEQK
SEQuence Kill
Classification:
Sequence memory management
Command Syntax:
SEQK
Limits:
(8 characters minus any extension)
Query Syntax:
SEQK?
Limits:
(8 characters minus any extension)
Query Response:
0 or 1
Description:
The SEQK command deletes a sequence by name. The query
returns a one (1) if the named sequence can be deleted. If sequence
is read-only or nonexistent, the query returns a zero (0).
Other Required Cmds:
None
Example:
S E Q K M Y _ S E Q / / D e l e t e s e q c a l l e d
/ / " M Y _ S E Q "
SEQL
SEQuence Load
Classification:
Sequence memory management
Command Syntax:
SEQL
Limits:
(8 characters minus any extension)
Query Syntax:
SEQL?
Limits:
(8 characters minus any extension)
Query Response:
0 or 1
Description:
The SEQL command copies the sequence having a name equal
to
The query returns a one (1) if the named sequence can be loaded,
otherwise a zero (0) is returned.
Other Required Cmds:
An SEQU command must be executed after the SEQL command
to start running the sequence.
Example:
S E Q L M Y _ S E Q / / L o a d " M Y _ S E Q " d i r i n
/ / e d i t b u f f e r
S E Q U / / S t a r t r u n n i n g t h e s e q u e n c e i n
/ / t h e b u f f e r