
S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual
Section 3: LPTLib command reference
S530-900-01 Rev. E / September 2017
3-63
Example
int refctrl(SMU1, 2)
Turn off automatic reference measurements on source-measure unit 1.
Also see
None
rtfary
This command returns the force array determined by the instrument action.
Usage
int rtfary(double *
results
);
results
The floating point array where the force values are stored
Details
This command eliminates the need to calculate the forced array in the application.
When this command is used with one of the sweep routines, you can determine the exact forced
value for each point in the sweep.
When the test sequence is executed, the sweep command initiates the first step of the voltage or
current sweep. The sweep then logs the force point that the buffer specified by the
rtfary
command.
Locate the
rtfary
command before the sweep. The number of data points returned by the
rtfary
command is determined by the number of force points generated by the sweep.
Also see
(on page 3-84)