Specifications
256 Chapter 16
Application Programs
Basic Measurement
Line 1760 Cancels the event start branch of the SRQ interruption.
Lines 1810 - 1830 Executes the auto-scale adjustment for traces 1, 2, and 3, and sets it to
the optimum scale.
Lines 1870 - 1900 Sets On marker 1 for trace 1. After specifying marker 1 as an active
marker, searches for the maximum value (self-resonance point) using
the marker search function.
Lines 1940 - 1970 Reads out the stimulus value (frequency) and the measurement value
(impedance) for trace 1.
Lines 2010 - 2040 Shows the read-out measurement results on the display.
Lines 2060 - 2100 Prompts input on whether aa measurement will be performed again or
whether another sample of the same size will be measured. If the [y]
key is input, returns to the sample connection part. If any other key is
entered, the program is terminated.
Lines 2180 - 2640 Refer to “Example program for execution of calibration” on page 78
for details on the subprogram FNCal.
Lines 2670 - 3080 Refer to “Example program for execution of fixture compensation” on
page 97 for details on the subprogram FNFixt_comp.
Lines 3120 - 3240 Displays the message specified by the variable Mes$ and waits for the
input of [y] or [n]. If the [y] key is entered, the return value of the
function program is returned as 0. If the [n] key is entered, the return
value of the function program is returned as -1. If any other key than
these is pushed, the program returns to the first input line.