Agilent Technologies 1670G Printer Accessories User Manual


 
COLumn
Command/Query The COLumn command allows you to reorder the labels in the Sequence and
Macro menus and set the numerical base for each label. Label order in the
Format menu is not changed when the COLUMN command is used.
The first parameter of the command specifies the column number, followed
by a label name and an optional number base. If a number base is not
specified, the current number base for the label is used. The instruction field
(leftmost column on screen) cannot be moved.
The query must include a column number and returns the label in that
column and its base.
Command Syntax:
:SEQuence:COLumn <column number>,’<label name>’
[,{BINary|OCTal|DECimal|HEXadecimal|ASCii|SYMBol
|TWOs}]
<column
number>
an integer specifying the column that is to receive the new label
<label name> a string of up to six alphanumeric characters specifying the label name that is
to be moved
Example OUTPUT XXX;":SEQ:COL 1,’A’,HEX"
Query Syntax: :SEQuence:COLumn? <column number>
Returned Format: [SEQuence:COLUMN] <column number>,<label name>,
{BINary|OCTal|DECimal|HEXadecimal|ASCII|
SYMBol|TWOS}
Example 10 DIM Co$[100]
20 OUTPUT XXX;":SEQ:COL? 1"
30 ENTER XXX;Co$
40 PRINT Co$
50 END
SEQuence Subsystem
COLumn
39–4