Keithley 4200A-SCS Reference Manual page 932

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

Advertisement

Model 4200A-SCS Parameter Analyzer Reference Manual
Example
double meascur;
.
.
conpin(SMU3, 12, 0);
conpin(SMU2, 10, 0);
setimtr(SMU2);
.
.
forcev(SMU3, 0.1);
ssmeasi(SMU2, &meascur, 0.1, 300, 0.015);
/* state measurement /*
/* with delta of 0.1%, with */
/* maximum of 300 readings */
. /* before error, wait 15 ms */
. /* between readings. */
This example makes a series of measurements and tests to verify if the present measurement and the
previous measurement are within 0.1%. If the measurements are within 0.1%, the result of the last
measurement is stored and the program continues. If the measurements are not within 0.1%, the program
waits 15 ms before making another measurement. It then compares this measurement with previous
measurements. If the measurements are within 0.1%, the result of the last measurement is stored and the
program continues. If the measurements are not within 0.1%, it repeats the comparison until the change is
within 0.1%. If, after 300 attempts, the change is not within the specified limit, the following error is
returned:
"MEAS_NOT_PERFORMED (l.000E23)."
Also see
rangeX
(on page 13-83)
smeasX
(on page 13-45)
4200A-901-01 Rev. C / February 2017
/* Make connections. */
/* Perform the test. */
Section 13: LPT library function reference
/* Steady */
13-87

Advertisement

Table of Contents
loading

Table of Contents