Appendix D: Using a Model 82 C-V System
Model 4200A-SCS Parameter Analyzer Reference Manual
D-38
4200A-901-01 Rev. C / February 2017
The return values from
status
can be:
•
0
: OK.
•
-10021 (COMP_FILE_NOT_EXIST)
: The specified compensation file does not exist
•
-10022 (KI590_NOT_IN_KCON
): There is no CMTR defined in your system configuration
•
-10090 (GPIB_ERROR_OCCURRED)
: A GPIB communications error occurred
•
-10100 (INVAL_PARAM)
: An invalid input parameter is specified
Also see
SaveCableCompCaps82 user module
(on page D-41)
QTsweep82 user module
This user module uses the 595 to determine the equilibrium point for a device by measuring
quasistatic capacitance using different delay times.
Usage
status
= QTsweep82(double
Test_Bias
, int
LeakageCorrection
, double
Hold_time
,
double
V-Step
, char *
InstldStr
, int
InputPin
, int
OutPin
, double
Delay_Max
, int
Range
, double *
CQS
, int,
CQS_ArrSize
, double *
QT
, int
QT_ArrSize
, double
*
Delay_time
, int
Delay_time_ArrSize
);
status
Returned values are placed in the Analyze sheet; see
Details
Test_Bias
Voltage bias for capacitance measurements (
−
120 V to +120 V)
LeakageCorrection
Disable:
0
Enable:
1
Hold_Time
Hold time at the beginning of the sweep (0 s to 200 s; default 5)
V-Step
Step voltage size: ±0 V, ±0.01 V, ±0.02 V, ±0.05 V, ±0.1 V
InstldStr
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
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
Delay_Max
Maximum delay time: 1 s to 199.99 s (default 10 s)
Range
The measurement range for the 595 to use: 1 to 3; see
Details
CQS
Output; the measured array of quasistatic capacitance values
CQS_ArrSize
Set to 20
QT
Output; the measured array of leakage current Q/T
QT_ArrSize
Set to 20
Delay_time
Output; the array of
Delay_Time
used up to
Delay_Max
in logarithm scale
Delay_time_ArrSize
Set to 20