Specifications
88 Chapter 6
Retrieving Measurement Results
Retrieving the Measurement Results for Measurement Parameters 1
through 4
Example 6-2 is described in detail below:
Lines 40 to 50 Sets the GPIB address.
Line 60 Sets the Point variable to the number of measurement points for
single-point measurement.
Lines 70 to 80 Sets the data transfer format to binary and sets the byte order to
normal.
Lines 100 to 150 Instructs the instrument to show the results for measurement
parameters 1 and 2 as well as the result of test signal current level
monitoring while hiding the measurement results of measurement
parameters 3 and 4 as well as the result of test signal voltage level
monitoring.
Lines 170 to 200 Retrieves the parameter names of measurement parameters 1 and 2
and stores the names into the Para1$ and Para2$ variables,
respectively.
Lines 220 to 230 Instructs the instrument to perform single-point measurement at the
point identified by the Point variable.
Lines 240 to 250 Turns off the bin sorting and Rdc measurement functions.
Lines 290 to 300 Sets the trigger source to GPIB/LAN trigger and turns on the
continuous activation of the trigger system.
Lines 340 to 380 Triggers the instrument after the trigger system is put into trigger wait
state.
Line 390 Retrieves the header.
Line 400 Retrieves the measurement status, the measurement results for
parameters 1 and 2, and the result of test signal current level
monitoring and then stores the data into the Stat, Res1, Res2, and Imon
variables, respectively. Binary data must be read without being
formatted; therefore, the I/O path (@Binary) is set to retrieve data
without formatting them.
Line 410 Retrieves the message terminator provided at the end of the data.
Lines 450 to 460 Displays the measurement results.