Appendix D: Using a Model 82 C-V System
Model 4200A-SCS Parameter Analyzer Reference Manual
D-30
4200A-901-01 Rev. C / February 2017
CableCompensate82 user module
The
CableCompensate82
routine performs 590 cable compensation using the capacitor values
stored in the specified cable compensation file. The resultant compensation values generated by the
compensation process are stored in the same file.
Usage
status
= CableCompensate82(char *
CabCompFile
, char *
InstIdStr
, int
InputPin
, int
OutPin
, int
Freq100 k
, int
Freq1M
, int
Range2p
, int
Range20 p
, int
Range200 p
,
int
range2n
);
status
Returned values; see
Details
CabCompFile
The complete name and path for the cable compensation file; see
Details
InstIdStr
KCon instrument ID; default is
CMTR1
; can be
CMTR1
to
CMTR4
, depending on your
system configuration
InputPin
The DUT pin to which the 5951 input terminal is attached (
−
1 to 72); if a
value of less than 1 is specified, no switch matrix connections are made; see
Details
OutPin
The DUT pin to which the 5951 output terminal is attached (
−
1 to 72); if a value of
less than 1 is specified, no switch matrix connections are made; see
Details
Freq100 k
Use compensation for the 100 kHz frequency:
•
Skip compensation for this frequency:
0
•
Do compensation for this frequency:
1
Freq1M
Use compensation for the 1 MHz frequency:
•
Skip compensation for this frequency:
0
•
Do compensation for this frequency:
1
Range2p
Use compensation for the 2 pF range:
•
Skip compensation for this range:
0
•
Do compensation for this range:
1
Range20 p
Use compensation for the 20 pF range:
•
Skip compensation for this range:
0
•
Do compensation for this range:
1
Range200 p
Use compensation for the 200 pF range:
•
Skip compensation for this range:
0
•
Do compensation for this range:
1
range2n
Use compensation for the 2 nF range:
•
Skip compensation for this range:
0
•
Do compensation for this range:
1
Details
This user module, shown below, is used to do cable compensation for the selected ranges and test
frequencies of the 590. For the input parameters shown in the figure, cable compensation for the 590
is done for the 2 pF, 20 pF, 200 pF, and 2 nF ranges and for both the 100 kHz and 1 MHz test
frequencies. The line 1 input parameter indicates the directory path where the user-input capacitor
source values are saved. These values are entered and saved using the
(on page D-41).
User-entered parameters and returned outputs for this user module are explained in the user module
description.