Quantum Data 801GC, 801GF, 801GX Portable Generator User Manual


 
6-160 Chapter 6: Programming
Model 801GC, 801GF & 801GX¥Rev. A
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: SEQA MY_SEQ // Save with the name
// "MY_SEQ"
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: SEQN // Initialize sequence edit buffer
SEQB // Start sequence editing session
// One or more sequence editing
// commands
// ...
SEQE // End sequence editing session
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: SEQB // Start sequence editing session
// One or more sequence editing
// commands
// ...
SEQE // End sequence editing session
SEQA MYSEQ_02 // Save edited sequence as
// MYSEQ_02