8: Keithley User Library Tool (KULT) Model 4200A-SCS Parameter Analyzer
8-28 4200A-901-01 Rev. C / February 2017
Tutorial 2: Creating a user module that returns data arrays
This section provides a tutorial that helps you use array variables in KULT. It also illustrates the use
of return types (or codes), and the use of two functions from the Keithley Linear Parametric Test
Library (LPTLib).
To start Tutorial 2, go to Naming new user library and new VSweep user module (on page 8-28
).
Most of the basic steps that were detailed in Tutorial 1 are abbreviated in this tutorial. Before doing
the following tutorial, complete Tutorial 1: Creating a new user library and user module (on page 8-
16).
Naming new user library and new VSweep user module
To name new user library and new VSweep user module:
1. Start KULT by double-clicking the KULT icon on the desktop.
2. In the KULT File menu, click New Library.
3. In the Enter Library dialog box that appears, enter my_2nd_lib as the new user library name.
4. Click OK.
5. In the KULT File menu, click New Module.
6. In the Module text box at the top of the KULT dialog box, enter VSweep as the new module
name.
7. Click Apply.
Continue with Entering the VSweep user-module return type (on page 8-28
).
Entering the VSweep user-module return type
The VSweep user module generates an integer return value. Therefore, select int from the Return
Type list.
Continue with Entering the VSweep user-module code (on page 8-29
).