Capacitance compensation routine, Capacitance compensation routine -29 – Agilent Technologies Agilent E5250A User Manual

Page 165

Advertising
background image

Agilent E5250A User’s Guide, Edition 11

6-29

Programming the E5250A

Using the Capacitance Compensation Routine

Capacitance Compensation Routine

This routine is an subprogram used to compensate for capacitance measurement
error caused by the E5250A with the E5252A matrix card installed. The subprogram
is used with Agilent 4284A Precision LCR Meter. You enter capacitance and
conductance data measured by the 4284A as a parameter, and this subprogram
returns the compensated value. This routine runs on HP BASIC.

Syntax:

Ccompen_5250(Freq,L1,L2_h,L2_l,L3_h,L3_l,C_m,G_m,C_c,G_c)

Parameter:

Freq

Measurement Frequency (Hz): 1000 Hz to 1000000 Hz (1 kHz to
1 MHz).

L1

Length (in meters) of 16494A triaxial cable connected from E5252A
output to connector plate.

L2_h

Length (in meters) of triaxial cable connected from connector plate to
DUT (High terminal of capacitor).
If you do not use triaxial cable, enter 0 for this parameter.

L2_l

Length (in meters) of triaxial cable connected from connector plate to
DUT (Low terminal of capacitor).
If you do not use triaxial cable, enter 0 for this parameter.

L3_h

Length (in meters) of coaxial cable connected from connector plate to
DUT (High terminal of capacitor).
If you do not use coaxial cable, enter 0 for this parameter.

L3_l

Length (in meters) of coaxial cable connected from connector plate to
DUT (Low terminal of capacitor).
If you do not use coaxial cable, enter 0 for this parameter.

C_m

Capacitance data (in F) measured by 4284A.

G_m

Conductance data (in S) measured by 4284A.

C_c

Compensated capacitance value (in F) returned by Capacitance
Compensation Routine.

G_c

Compensated conductance value (in S) returned by Capacitance
Compensation Routine.

Advertising