-SCS Parameter Analyzer Reference Manual Section 8:
Keithley User Library Tool (KULT)
4200A-901-01 Rev. C / February 2017 8-5
Data type field
The data type field specifies the parameter data type. Click the arrow at the right of the data type field
to choose from a list of the following data types:
• char: Character data
• char*: Pointer to character data
• float: Single-precision floating point data
• float*: Pointer to single-precision floating point data
• double: Double-precision data
• double*: Pointer to double-precision point data
• int: Integer data
• int*: Pointer to integer data
• long: 32-bit integer data
• long*: Pointer to 32-bit integer data
• F_ARRAY_T: Floating point array type
• I_ARRAY_T: Integer array type
• D_ARRAY_T: Double-precision array type
I/O field
The I/O field defines whether the parameter is an input or output type. Click the arrow to the right of
the I/O field to select from the input and output selections.
Default, min, and max fields
The Default field specifies the default value for a non-array (only) input parameter.
The Min field specifies the minimum recommended value for a non-array (only) input parameter.
When the user module is used in a Clarius user test module (UTM), configuration of the UTM with a
parameter value smaller than the minimum value causes Clarius to display an out-of-range message.
The Max field specifies the maximum recommended value for a non-array (only) input parameter.
When the user module is used in a Clarius UTM, configuration of the UTM with a parameter value
larger than the maximium value causes Clarius to display an out-of-range message.