Rtfary - Keithley 4200A-SCS Reference Manual

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

Advertisement

Section 13: LPT library function reference
Example
double icer2;
.
.
conpin(3, 2, GND, 0);
conpin(SMU1, 4, 0);
limiti(SMU1, 1.0E-3); /* Limit current to 1.0 mA. */
rangei(SMU1, 2.0E-3); /* Select range for 2 mA. */
forcev(SMU1, 35.0); /* Force 35 V. */
measi(SMU1, &icer2); /* Measure leakage; return */
/* results to icer2. */
This example specifies connections, sets a 1 mA limit on the 2 mA range and forces 35 V, then measures
current leakage and returns the results to the variable icer2.
Also see
asweepX
(on page 13-59)
bsweepX
(on page 13-65)
forceX
(on page 13-69)
pulseX
(on page 13-81)
searchX
(on page 13-38)
sweepX
(on page 13-88)

rtfary

This command returns the array of force values used during the subsequent voltage or frequency sweep.
Usage
int rtfary(double *forceArray);
forceArray
Details
This command is used to return an array of voltage or frequency force values for a sweep. Send this
command before calling any sweep command.
To prevent a memory exception error, make sure that the array that will receive the sourced values is
large enough.
13-84
Array of force values for voltage or frequency
Model 4200A-SCS Parameter Analyzer Reference Manual
4200A-901-01 Rev. C / February 2017

Advertisement

Table of Contents
loading

Table of Contents