Cmeas4284 User Module - Keithley 4200A-SCS Reference Manual

Parameter
Hide thumbs Also See for 4200A-SCS:
Table of Contents

Advertisement

Model 4200A-SCS Parameter Analyzer Reference Manual

Cmeas4284 User Module

The Cmeas4284 routine measures capacitance and conductance using the Keysight Model 4284A or 4980 LCR
Meter.
Usage
status = Cmeas4284( char *InstIdStr, int LoPin, int HiPin, double SignalLevel,
double Frequency, double BiasV, double Range, int Model, int IntegrationTime,
double *C, double *V, double *G_or_R);
status
InstIdStr
LoPin
HiPin
SignalLevel
Frequency
BiasV
Range
Model
IntegrationTime
C
V
G_or_R
Details
This user module makes a single, fixed-bias capacitance and conductance measurement.
If a switch matrix to route signals is being controlled by a connection action UTM (for example,
connect), there is no need to connect LoPin and HiPin. Set these parameters to 0.
Returned values are placed in the Analyze spreadsheet.
0: OK.
-10000 (INVAL_INST_ID): The specified instrument ID does not exist.
-10030 (HP4284_NOT_IN_KCON): No Keysight 4284A or Keysight 4980 LCR is defined in your
system configuration.
-10031 (HP4284_MEAS_ERROR): A measurement error occurred.
4200A-901-01 Rev. C / February 2017
Returned values; see Details
The CMTR instrument ID; CMTR1 or CMTR2 (default), depending on your system
configuration
The DUT pin to which the Model 4284A or 4980 low terminal is attached (−1 to 72;
default 0); if a value of less than 1 is specified, no switch matrix connection is made;
see Details
The DUT pin to which the Model 4284A or 4980 high terminal is attached (−1 to 72;
default 0); if a value of less than 1 is specified, no switch matrix connection is made;
see Details
The oscillator output voltage level: 5 mV to 20 V; default 0.045 V
Measurement frequency of the sweep: 20 Hz to 1e6 Hz; default 100e3 Hz
The DC bias to use for the measurement: −40 V to +40 V; default 1.0 V
The measurement range to use (in ohms): 0 (Auto, the default), 100, 300, 1000,
3000, 10000, 30000, or 100000
Measurement model: Series or Parallel
The integration time to use:
Short: 0
Medium: 1 (default)
Long: 2
Output: The measured capacitance
Output: The bias voltage used
Output:
Parallel measurement model (G_or_R is the measured conductance): 1
Series measurement model (G_or_R is the measured resistance): 0
Appendix C: Using a Keysight 4284/4980A LCR Meter
C-11

Advertisement

Table of Contents
loading

Table of Contents