Agilent Technologies 1670G Printer Accessories User Manual


 
INSert
Command The INSert command is the basic command used to build a pattern generator
sequence. This command is used to insert (or add) a sequence statement
after the specified line number.
The first parameter is the line number. The instruction is inserted in the
sequence after the specified line number. Sequence lines with instructions
other than NOOP cannot be inserted:
Immediately after the INIT SEQUENCE START line.
Immediately before or after the start of an IF.
Immediately before or after the end of an IF.
Immediately after the MAIN SEQUENCE START line.
After the MAIN SEQUENCE END line.
Immediately before the MAIN SEQUENCE END line.
No sequence lines may be inserted between the INIT SEQUENCE END and
the MAIN SEQUENCE START lines.
If the line number specified is greater than the MAIN SEQUENCE END line
number, the line will be inserted at the last legal location in the main
sequence. A legal pattern generator sequence is required to have at least two
lines in the main sequence (between MAIN SEQUENCE START and MAIN
SEQUENCE END lines).
The second parameter is the instruction for this sequence line. The available
instructions are described below
The third parameter is an optional instruction argument. This parameter will
only appear when required by a specific instruction.
The last parameter(s) are the data assignments for this line. These
assignments are normally made one per label, starting with the left-most
column in the display. Note the exception described for the MACRo
instruction.
You cannot assign values to more than 16 labels per instruction.
SEQuence Subsystem
INSert
39–7