Rtfary; Setauto - Keithley 4200A-SCS Reference Manual

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

Advertisement

Section 13: LPT library function reference
Example
Programming example #1
measurement.
Also see
devint
(on page 13-13)

setauto

(on page 13-180)

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.
The following examples show the proper command sequence for using rtfary:
Example 1: Valid command
sequence for voltage sweep
smeasz
smeast
rtfary
dsweepv
Example
Programming example #2
Also see
None
setauto
This command selects the auto measure range.
Usage
int setauto(int instr_id);
instr_id
13-180
(on page 13-194) uses the 1 mA measure range for the impedance
Array of force values for voltage or frequency
Example 2: Valid command
sequence for frequency sweep
smeasz
rtfary
dsweepf
(on page 13-195) returns the array of force values for the voltage sweep.
The instrument identification code of the 4210-CVU: CVU1
Model 4200A-SCS Parameter Analyzer Reference Manual
4200A-901-01 Rev. C / February 2017

Advertisement

Table of Contents
loading

Table of Contents