Specifications
Chapter 3 33
Specifying Measurement Conditions
Sample Program
3. Specifiying Measurement
Conditions
The program is described in detail below:
Line 50 Sets the GPIB address.
Lines 70 to 100 Stores the active table number, the point number for single-point
measurement, the unit of the signal source level, and the number of
measurement points into the Act_tab, Point_no, Unit$, and Nop
variables, respectively.
Lines 110 to 220 Stores the frequency, averaging factor, and signal source level at each
point into the Freq(*), Ave(*), and Pow(*) variables, respectively.
Lines 230 to 340 Stores the parameter settings, deviation mode settings, and reference
values for measurement parameters 1 through 4 into the Para$(*),
Dev$(*), and Cent(*) arrays, respectively.
Line 350 Stores the on/off setting of list measurement into the List$ variable.
Lines 360 to 390 Stores the parameter selections for display items 1 through 4 on the list
measurement screen into the List_lab$(*) array.
Lines 400 to 410 Stores the on/off settings for the results of test signal current and
voltage monitoring into the Imon_disp$ and Vmon_disp$ variables.
Lines 420 to 440 Stores the on/off setting of R
dc
measurement and the upper and lower
limits for the R
dc
measurement limit range into the Rdc$, Rdc_l_lim,
and Rdc_u_lim variables, respectively.
Lines 450 to 470 Stores the on/off setting of the title display, title string, and the setting
of the time display into the Title_disp$, Title$, and Clock_disp$
variables, respectively.
Line 490 Resets the instrument.
Lines 530 to 540 Sets the active table number to Act_tab and the unit of the signal
source level to Unit$.
Lines 550 to 590 Configures the measurement point setup table.
Lines 630 to 770 Configures the instrument with the various settings related to
measurement parameters 1 through 4.
Lines 810 to 820 Turns on/off list measurement based on List$ and sets the point
number for single-point measurement to Point_no.
Lines 860 to 870 Turns on/off the results of test signal level current and voltage
monitoring based on Imon_disp$ and Vmon_disp$.
Lines 910 to 920 Turns on/off R
dc
measurement based on Rdc$ and set the limit range
for R
dc
measurement to the range between Rdc_l_lim and Rdc_u_lim.
Lines 960 to 970 Configures display items 1 through 4 on the list measurement screen.
Lines 1020 to 1030 Turns on/off the title display based on Title_disp$ and sets the title to
Title$.
Lines 1070 to 1120 Configures the date and time display.