Specifications
Chapter 6 91
Retrieving Measurement Results
Retrieving the Measurement Results for Measurement Parameters 1
through 4
6. Retrieving Measurement
Results
Lines 360 to 370 If list measurement is specified (List_stat variable = 1), the program
retrieves the number of measurement points and stores the data into
the Stop_no variable while storing “1” into the Star_no variable.
Lines 360 to 370 If single-point measurement is specified (List_stat is not equal to 1),
the program retrieves the identification number of the specific
measurement point and stores the data into the Stop_no and Star_no
variables.
Lines 450 to 460 Calculates the data size and resizes the Res array.
Lines 500 to 520 After measurement is stopped (the trigger system is stopped), the
program sets the trigger source to Manual trigger and turns on the
continuous activation of the trigger system.
Lines 560 to 620 Instructs the instrument to generate an SRQ upon completion of
measurement and clears the status byte register and operation status
event register.
Lines 660 to 670 Sets the branch target for an SRQ interrupt to enable SRQ interrupts.
Lines 680 to 690 Prompts the user to press the
[Trigger] key. The program waits until
the user presses the
[Trigger] key and the instrument completes the
measurement cycle.
Lines 710 to 720 Retrieves the measurement results and stores them into the Res array.
Lines 760 to 830 Displays the title portions of the retrieved measurement results.
Lines 860 to 960 Iterates the following steps for each of the measurement points from
Star_no to Stop_No.
1. Lines 870 to 880: Displays the measurement status and proceeds to
the next data position.
2. Lines 890 to 940: Displays the results for measurement parameters
1 through 4, test signal current/voltage level monitoring, and
R
dc
measurement if the corresponding array element, Stat(*), is 1;
then proceeds to the next data position.
Lines 970 to 990 If Bin_stat is 1 and bin sorting is on, the program displays the results
of bin sorting.