EasyManua.ls Logo

Keithley 4200A-SCS - LPT Commands for General Operations; Clrscn

Keithley 4200A-SCS
1381 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Mode
l 4200A-SCS Parameter Analyzer Reference Manual Section 13:
LPT library function reference
4200A-901-01 Rev. C / February 2017 13-9
LPT commands for general operations
General operation commands include commands to control timing, execution, communications, and
test status.
clrscn
This command clears the measurement scan tables associated with a sweep.
Usage
int clrscn(void);
Details
When a single sweepX command is used in a test sequence, there is no need to program a clrscn
command because the execut command clears the table. The clrscn command is only required
when multiple sweeps and multiple sweep measurements are used in a single test sequence.
Example
double res1[14], res2[14];
.
conpin(SMU1, 1, 0);
conpin(SMU2, 2, 0);
conpin(GND, 3, 0);
forcev(SMU1, 4.0); /* Apply 4 V to gate. */
smeasi(SMU2, res1); /* Measure drain current in */
/* each step; store results */
/* in res1 array. */
sweepv(SMU2, 0.0, 14.0, 13, 2.0E-2); /* Make */
/* 14 measurements */
/* over a range of 0 V to 14 V. */
clrscn(); /* Clear smeasi. */
forcev(SMU1, 5.0); /* Apply 5 V to gate. */
smeasi(SMU2, res2); /* Measure drain current in */
/* each step; store results in */
/* res2 array. */
sweepv(SMU2, 0.0, 14.0, 13, 2.0E-2); /* Perform */
/*14 measurements */
/* over a range 0 V through 14 V. */

Table of Contents

Other manuals for Keithley 4200A-SCS

Related product manuals