Agilent Technologies 8566B Operating And Programming Manual page 238

Spectrum analyzer 100 hz - 2.5 ghz/2 - 22 ghz
Table of Contents

Advertisement

The IB command transmits the contents of an array, located in the controller to trace B memory. Use IB with the
02 format, which formats data in two &bit bytes.
The IB command cannot be executed when it is followed by a carriage-return/line-feed. Two examples of termi-
nating the IB command are shown below:
OUTPUT 718;"IB;";
OUTPUT 718 USING "#, k";"IB;"
The program below demonstrates the use of IB.
10
ASSIGN @Sa TO 718;FORMAT ON
20
ASSIGN @@a-bin TO 718;FORMAT OFF
30
INTEGER BZOO( 1: 1001)
40
OUTPUT @Sa;"CF200MZ Bl;A4;RB30KZ;SP2MZ;S2;TS;"
50
OUTPUT @Sa; "02TB"
60
ENTER @Sa_bin;B200( *)
70
OUTPUT @Sa;"CFlOOMZ;RB30KZ;SPlMZ;TS;"
80
PAUSE
90
OUTPUT @Sa;"IB";
100 OUTPUT @Sa_bin;B200( *)
110 E N D
Line 30:
Declares, dimensions, and reserves memory for array BZOO.
Line 40:
Blanks trace A and sets the analyzer to 200 MHz center frequency. Selects single sweep mode,
and sweeps trace B.
Lines 50 and
6 0 :
Stores trace B (in binary) in controller array.
Line 70:
Sets analyzer to 100 MHz center frequency. Sweeps trace B with new data.
Line 90:
Prepares analyzer to receive previous trace B data.
Line 100:
Sends trace B data to analyzer.
Input B
129
Programming

Advertisement

Table of Contents
loading

Table of Contents