Section 9: Keithley External Control Interface (KXCI)
Model 4200A-SCS Parameter Analyzer Reference Manual
9-84
4200A-901-01 Rev. C / February 2017
GP
This command queries input or output parameter values, or both, by number for the last user module run in KXCI.
Usage
GP
ParameterPosition
GP
ParameterPosition
NumValues
ParameterPosition
The position of the parameter in the KULT module
NumValues
The number of values in an output array to be returned; see
Details
Details
NumValues
is only used for an output parameter that is an array. If
NumValues
is not used, one
value is returned.
Arrays are returned as a list of values separated by semicolons.
The value returned for an input parameter is the given value. The values returned for an output
parameter is the outcome of the test (for example, measured readings).
You can also query a parameter by specifying the name of the parameter in the user module. See
(on page 9-83).
Example
GP 5 11
This command queries all test voltages for the
Vforce
parameter for the user module that was run in the
EX example.
Vforce
is the fifth parameter in the function.
The following array of test voltages is returned and displayed in the KXCI console:
0; 0.5; 1.0; 1.5; 2.0; 2.5; 3.0; 3.5; 4.0; 4.5; 5.0
Also see
None