Keithley 4200A-SCS Reference Manual page 1042

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

Advertisement

Model 4200A-SCS Parameter Analyzer Reference Manual
Programming example #4
This example performs a voltage array sweep as shown in the figure below.
The above figure shows an example of a voltage array sweep using the following voltage values: 1 V,
-2 V, 3 V, -4 V. The voltage array is configured as follows:
forceArray[0] = 1
forceArray[1] = -2
forceArray[2] = 3
forceArray[3] = -4
CpGp is measured on each point of the sweep.
Test parameters:
AC drive frequency = 100 kHz
AC drive voltage = 15 mV
Measure model = CpGp
Measure range = Auto
Force array = 1 V, -2 V, 3 V, -4 V
Number of sweep points = 4
Delay = 50 ms
double result1[4], result2[4], forceArray[4];
setfreq(CVU1, 100e3);
setlevel(CVU1, 15e-3);
setauto(CVU1);
smeasz(CVU1, KI_CVU_TYPE_CPGP, KI_CVU_SPEED_NORMAL, result1, result2);
asweepv(CVU1, 4, 0.05, forceArray);
devint();
4200A-901-01 Rev. C / February 2017
Figure 518: Voltage array sweep example
RMS
/*
Set AC drive frequency to 100 kHz. */
/*
Set AC drive voltage to 15 mV RMS. */
/* Select auto measure range. */
/*
/*
Configure and perform sweep. */
/*
Reset CVU. */
Section 13: LPT library function reference
Configure CpGp measurements. */
13-197

Advertisement

Table of Contents
loading

Table of Contents