Agilent Technologies 8590 TV Converter Box User Manual


 
OL
Output Learn String
Transmits information to the controller that describes the state of the spectrum analyzer when
the OL command is executed.
Syntax
Related Commands: RCLS, SAVES.
Example
10 DIM Learn-String$
[202] Allocates rn-ewmy space for the
Learnd3Ping.
20 OUTPUT 718
;
“OL ;
Asks
for
first
state.
30 ENTER 718 USING
‘I#
,202A”;
LEARN-STRINGS
Computer receives the
irlformation.
40 DISP “CHANGE ANALYZER TO ANOTHER STATE,
THEN CONTINUE TO RESTORE FIRST STATE;”
50 PAUSE
60 OUTPUT 718; LEARN-STRING$
70 END
Returns
the spectrum
analyzer
to its for-
mer state (when OL was first activated
in line 20).
Description
The information received from the spectrum analyzer is called the learn string. The learn string
can be sent from the controller back to the spectrum analyzer to restore the spectrum analyzer
to its original state.
The learn string requires 202 bytes of storage space. See “Saving and Recalling Instrument
States,
n
in Chapter 3 for more information.
To restore the spectrum analyzer to the learn string state, you must return the learn string to
the spectrum analyzer. The learn string contains information to tell the spectrum analyzer that
it is learn string data. (Also see “RCLS” and “SAVES.“)
5-380
Programming Commands