Model 4200A-SCS Parameter Analyzer Reference Manual
Appendix B: Using a Model 590 C-V Analyzer
4200A-901-01 Rev. C / February 2017
B-31
Procedure
1. You are prompted to open the circuit so that an offset capacitance measurement can be made if
needed.
2. If a cable compensation file is specified, the compensation information in that file for the selected
range and frequency is loaded. If not, instrument default compensation is used.
3. A C-V sweep is performed.
Also see
None
DisplayCableCompCaps590 user module
DisplayCableCompCaps590
reads the nominal cable compensation values that are stored in the compensation
file, and returns them to the calling function or, in the case of Clarius, to the Analyze sheet.
Usage
status
= DisplayCableCompCaps590(char *
CabCompFile
, double *
Range
, int
RangeSize
,
double *
Values100k
, int
Values100kSize
, 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
Details
This user module is used for 590 cable compensation. When this test is run, the nominal capacitance
source values saved by the
SaveCableCompCaps590
user module are placed into a spreadsheet.
The default parameters for this user module are shown in the following figure. Line 1 specifies the file
directory path where the capacitance values are saved. This file directory path must be the same as
the one used by the
SameCableCompCaps590
user module.
Figure 568: DisplayCableCompCaps590 default parameters