
S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual
Section 3: LPTLib command reference
S530-900-01 Rev. E / September 2017
3-93
Example 2
double res1[19];
.
.
conpin(SMU1, 1, 0);
conpin(GND, 2, 0);
trigil(SMU1, +5.0E-3); /* If greater than -5 mA, */
/* stop ramping. */
smeasi(SMU1, res1); /* Measure current at each of */
/* the 19 levels; return */
/* results to the res1 array. */
sweepv(SMU1, 0.6, 0.0, 18, 1.00E-3); /* Generate*/
/* 0.6 V to 0.0 V in 19 steps. */
This example sets up and generates a sweep from 0.6 V to 0.0 V in 19 steps.
Also see
(on page 3-64)
(on page 3-71)
(on page 3-82)
(on page 3-84)