-SCS Parameter Analyzer Reference Manual Section 9: Keithley External Control Interface (KXCI)
4200A-901-01 Rev. C / February 2017 9-83
GN
This command queries input or output parameter values, or both, by name for the last user module run in KXCI.
Usage
GN ParameterName
GN ParameterName NumValues
The name of the parameter in the KULT module
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 corresponding number for the parameter in the
KULT module (see GP: get parameter (by number) (on page 9-84)).
Example
This command queries all 11 test voltages (Vforce parameter) for the function that was run in the EX (on
page 9-82) example.
The following array of test voltages are 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