308 Keysight E4980A/AL Precision LCR Meter
Sample Program
Read/Write correction data at specified frequency points.
9-
Read/Write correction data at specified frequency points.
This application program performs correction at user-specified frequencies and
reads/writes (uploads to E4980A/AL) the correction data.
The program of Example 9-10 is described below.
Configuration Assigns variables and enables error handling
by the subroutine named ErrorHandler
Open Instrument Assigns a USB address or GPIB address to
the I/O bus. Also sets the time for timeout.
Setup Start Executes various setup steps to perform
data correction, such as displaying a
CORRECTION page, setting the correction
mode to SINGLE, and setting the correction
type to RX.
Exec Correction Performs OPEN/SHORT/LOAD correction.
Assigns the frequency of 1 kHz to
measurement point 1, 2 kHz to
measurement point 2, and 5 kHz to
measurement point 3 and then performs
correction.
Read Correction Reads the correction data, separates the
data, and displays them individually on a
sheet.
Correction data uploading Uploads the correction data. The string
parameters separated by commas are
generated from the displayed correction
data on the sheet and then sent to the
E4980A/AL.
Setup End Close the I/O bus.
ErrorProc Displays an error number when an error
occurs.
Example 9-10 Read/Write correction data
Sub Example_5()
'===================================
' Configuration
'===================================
It is not possible to read/write the correction data in the correction based
on all frequency points.