SEQA

SEQuence save As

Classification:

Sequence memory management

Command Syntax:

SEQA <name>

Limits:

<name> = a valid MS-DOS filename

 

(8 characters minus any extension)

Query Syntax:

None

Description:

The SEQA command saves the current contents of the sequence

 

edit buffer using the given name.

Other Required Cmds:

None

Example:

S E Q A M Y _ S E Q / / S a v e w i t h t h e n a m e

 

/ / " M Y _ S E Q "

SEQB

SEQuence editing Begin

Classification:

Sequence editor control

Command Syntax:

SEQB

Description:

The SEQB command marks the beginning of a sequence editing

 

session. This command does nothing in the current firmware

 

version, but is used for compatibility with future versions of

 

firmware.

Other Required Cmds:

Either a SEQL command to load an existing sequence or a SEQN

 

command to create a new sequence. SEQE when ending the

 

editing session.

Example:

S E Q N / / I n i t i a l i z e s e q u e n c e e d i t b u f f e r

 

S E Q B / / S t a r t s e q u e n c e e d i t i n g s e s s i o n

 

/ / O n e o r m o r e s e q u e n c e e d i t i n g

 

/ / c o m m a n d s

 

/ / . . .

 

S E Q E / / E n d s e q u e n c e e d i t i n g s e s s i o n

SEQE

SEQuence editing End

Classification:

Sequence editor control

Command Syntax:

SEQE

Query Syntax:

None

Description:

The SEQE command marks the end of a sequence editing session.

 

This command does nothing in the current firmware version,

 

but is used for compatibility with future versions of firmware.

Other Required Cmds:

SEQB when starting the editing session. Use SEQA or SEQS to

 

save changes.

Example:

S E Q B / / S t a r t s e q u e n c e e d i t i n g s e s s i o n

 

/ / O n e o r m o r e s e q u e n c e e d i t i n g

 

/ / c o m m a n d s

 

/ / . . .

 

S E Q E / / E n d s e q u e n c e e d i t i n g s e s s i o n

 

S E Q A M Y S E Q _ 0 2 / / S a v e e d i t e d s e q u e n c e a s

 

/ / M Y S E Q _ 0 2

6-160

Chapter 6: Programming

Model 801GC, 801GF & 801GX¥Rev. A

Page 286
Image 286
Quantum Data 801GC, 801GF, 801GX manual Seqa, Seqb, Seqe