Agilent Technologies 1670G Printer Accessories User Manual


 
INSert
Command The INSert command is the basic command used to build a pattern generator
macro. This command is used to insert (or add) a macro statement after the
specified line number.
The first parameter is the line number. The instruction and/or data will be
inserted in the macro after the specified line number. You cannot insert a
line just before the last data row. Macro lines cannot be inserted after the
MACRO END line.
If the line number specified is greater than the MACRO END line number, the
line will be inserted at the last legal location in the macro.
The second parameter is the instruction for this macro 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. In addition to the normal data values, parameters
passed in with a macro call can be inserted within the body of the macro.
Instructions
NOOP The NOOP instruction means there is no operation for this line.
BREak The BREak instruction causes the execution of the sequence to
stop at this line. Use the RESume command to advance to the next
macro line.
MACRo Subsystem
INSert
40–5