570 Chapter7
Language Reference
RB Resolution Bandwidth
Parameters
number integer from 1 to 2E+6, or 10 to 2E+6 for Option 103.
Numbers are rounded to the nearest bandwidth.
UP or DN increments in a 1, 3, 10 sequence.
Preset State
Coupled mode, 1 MHz
Query Response
Figure 7-218 RB Query Response
Example
10 OUTPUT 718;"IP;"
20 OUTPUT 718;"CF 1.2GHZ;SP 2GHZ;"
30 INPUT "SELECT THE RESOLUTION BANDWIDTH, IN KHZ",B_width
40 OUTPUT 718;"RB ";B_width;"KHZ;"
50 OUTPUT 718;"RB?;"
60 ENTER 718;B_width
70 PRINT "SELECTED BANDWIDTH IS ",B_width,"KHZ"
80 END