Appendix D: Using a Model 82 C-V System
Model 4200A-SCS Parameter Analyzer Reference Manual
D-36
4200A-901-01 Rev. C / February 2017
Procedure
1. If set, you are prompted to open the circuit so that an offset capacitance measurement can be
made.
2. If a cable compensation file is specified, the compensation information in that file for the selected
range and frequency will be loaded. If not, instrument default compensation is used.
3. A C-t sweep is performed.
Also see
None
DisplayCableCompCaps82 user module
This user module is used for Model 82 cable compensation. When this test is run, the nominal
capacitance source values saved by the
SaveCableCompCaps82
user module are placed into a
spreadsheet for viewing.
Usage
status
= DisplayCableCompCaps82(char *
CabCompFile
, double *
Range
, int
RangeSize
,
double *
Values100 k
, int
Values100 kSize
, double *
Values1M
, int
Values1MSize
);
status
Returned values are placed in the Analyze sheet; see
Details
CabCompFile
The complete name and path for the cable compensation file; see
Details
Range
Output; an 8-element array that receives the nominal range values
RangeSize
The size of the
Range
array; set to 8
Values100k
Output; an 8-element (fixed) array that receives the nominal capacitor values used
for the cable compensation at the 100 kHz frequency
Values100kSize
The size of the
Values100k
array; set to 8
Values1M
Output; an 8-element (fixed) array that receives the nominal capacitor values used
for the cable compensation at the 1 MHz frequency
Values1MSize
The size of the
Values1M
array; set to 8