
S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual
Section 3: LPTLib command reference
S530-900-01 Rev. E / September 2017
3-75
Example 1
double ic[10];
double vb[10];
conpin(SMU1, 1, 0);
conpin(SMU2, 2, 0);
conpin(GND, 3, 0);
setmode(SMU1, KI_INTGPLC, 0.025);
forcev(SMU2, 5.0);
sintgv(SMU1, vb);
smeasi(SMU2, ic);
sweepi(SMU1, 0.0, 1.0e-6, 9, 0.0);
The
setmode
command in this example specifies the period (0.025 AC line cycles) over which
measurements on SMU1 are averaged.
Example 2
setmode(KI_SYTEM, KI_MAX_VOLTAGE, 2000);
S540 system only:
Sets the maximum voltage for all 2657A SMUs in the system to 2000 V.
Also see
(on page 3-76)