Section 8: Keithley User Library Tool (KULT) Model 4200A-SCS Parameter Analyzer Reference Manual8-28 4200A-901-01 Rev. C / February 2017Tutorial 2: Creating a user module that returns data arraysThis section provides a tutorial that helps you use array variables in KULT. It also illustrates the useof return types (or codes), and the use of two functions from the Keithley Linear Parametric TestLibrary (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 doingthe 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 moduleTo 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 modulename.7. Click Apply.Continue with Entering the VSweep user-module return type (on page 8-28).Entering the VSweep user-module return typeThe VSweep user module generates an integer return value. Therefore, select int from the ReturnType list.Continue with Entering the VSweep user-module code (on page 8-29).