Model 4200A-SCS Parameter Analyzer Reference Manual
Section 13: LPT library function reference
4200A-901-01 Rev. C / February 2017
13-49
Example 2
double res1[20];
.
.
conpin(SMU1, 1, 0);
conpin(GND,2, 0);
trigil(SMU1, +4.0E-3); /* If less than +4 mA, */
/* stop ramping. */
smeasi(SMU1, res1); /* Measure current at each of */
/* the 19 levels; return */
/* results to the res1 array. */
sweepv(SMU1, 0.0, 0.6, 18, 1.00E-3); /* Generate */
/* 0.0 V to 0.6 V */
/* in 18 steps. */
This example sets up and generates a sweep from 0.6 V to 0.0 V in 19 steps.
Also see
(on page 13-36)
(on page 13-38)
(on page 13-44)
(on page 13-45)
(on page 13-88)