Column - Agilent Technologies 16522A User Manual

200-m vectors/s pattern generator
Table of Contents

Advertisement

Programming the Agilent 16522A

COLumn

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}]
an integer specifying the column that is to receive the new label
<column
number>
a string of up to six alphanumeric characters specifying the label name that is
<label name>
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
3–26

Advertisement

Table of Contents
loading

Table of Contents