I
-
I
-
Automating Measurements
Operator Interaction
Using
the
Analyzer’s
Title
Feature
The analyzer has two 30character title lines which can be entered
using the barcode reader. From the front panel, press
(m)
More
Tftle
and,
CLuck
T&Is
Lfae
1
, or on an external keyboard, press
F9.
Then use the barcode reader to scan in the information from the DUT or
use a keyboard to type in the information. Once stored in the title line, the
information will be included on hardcopy dumps. The title lines can also be
set or queried using the following SCPI command:
DISPlay:ANNotation:TITLe[ll2]:DATA
<STRING>
For example:
OUTPUT
ORfna;“DISP:ANN:TITLl:DATA
‘BPF-177, SN
US95170001”
and
OUTPUT ORfna;“DISPlay :ANNotation:TITLel:DATA?”
ENTER
ORfna;Titlel$
Use the command
“DISPlay:ANNotation:TITLe[ll21
ONIOFF”
to display or hide the title. lf you are using
IBASIC,
you can use the
INPUT
statement to read in barcode or keyboard characters. For example:
30 INPUT “Scan in the Barcode
now”,Dut$
40 OUTPUT
800;“DISP:ANN:TITLl:DATA
“‘;Dut$;““’
50
OUTPUT 800 ;
“DISP
: ANN :
TITLl
ON”
60 END
7-31