Agilent Technologies 8590 TV Converter Box User Manual


 
DA
Display Address
Accesses the current address of the display list.
Syntax
display
Item
Description/Default
Number Any integer number.
Range
0 to 16383.
Preset State: 0.
Related Commands: DSPLY, GR, LB, PA, PD, PR, PU, TEXT.
Example
This example allows you to display a message on the spectrum analyzer display, blank the
message, and then display another message on the spectrum analyzer display.
OUTPUT
718;"VARDEF
D-ADDRESS,O;"
OUTPUT
718;"CLRDSP;"
DQines
a variable called D-ADDRESS.
Erases
the display list and
clears all text and graphics
from the spectrum analyzer
display.
OUTPUT
718;"PUPA
100,180;TEXT
%Measurement%;"
OUTPUT
718;"MOV
D,ADDRESS,DA;"
OUTPUT
718;"PUPA
100,lOO;TEXT
ISignal
found%;"
Displays “Measurement” on
the spectrum analyzer dis-
play. The text is also added
to the display list.
Saves the value of the display
address by moving the dis-
play address into D-ADDRESS.
Displays
text on the spectrum
analyzer display. The text
is also saved in the display
list, and the display address
is increased. (The display
address is increased propor-
tionally to the length of the
displayed text.)
OUTPUT
718;"PUPA
100,lOO;TEXT
%
You can add code for contin-
uing the measurement here.
%;
"
Blanks the message “Signal
found” on the analyzer screen
and adds the blank spaces to
the display list.
5.124
Programming Commands