106 Keysight E4981A 120 Hz/1 kHz/1 MHz Capacitance Meter
Measurement Applications (Sample Programs)
Executing Multi Correction
9-
Executing Multi Correction
This application program recovers the OPEN/SHORT/LOAD correction state for
multiple channels in the E4981A.
The program of Example 9-4 is described in detail below. Each explanation
below is inserted as a comment line in the program. For details on the VISA
functions, refer to the I/O Library Suite manual.
Configuration Define Variables and initialize the program.
Open Instrument Assigns a USB address or GPIB address to the I/O bus.
Setup Start Presets the E4981A. Enables Multi correction. Inputs the
Measurement Frequency (120/1E3/1E6) of the E4981A.
Measurement Performs OPEN/SHORT/LOAD correction for four channels
respectively.
Setup End Closes the I/O bus.
ErrorProc Displays an error number when an error occurs.
ErrorCheck A subroutine to check whether an error occurs when the IO
Library Suite function is executed.
SelectMode A subroutine to change assignment of the I/O bus and
address setting according to the connection type i.e. USB
or GPIB between the E4981A and a PC.
FnComp A function which performs OPEN/SHORT/LOAD correction
and returns 1 on success and 0 on failure.