Model 4200A-SCS Parameter Analyzer Reference Manual
Section 8: Keithley User Library Tool (KULT)
4200A-901-01 Rev. C / February 2017
8-51
Performing other KULT tasks using command-line commands
The KULT command-line interface lets you load, build, or delete user libraries and add or delete user
modules without opening the KULT user interface. This feature is useful when developing and
managing user libraries. The commands can be used individually or in a batch file.
The general format for a command line instruction is as follows:
kult subcommand -l<
library_name
> [
options
] [
module
]
The individual items in the instruction are as follows:
•
The item subcommand may be any one of these subcommands:
new_lib
del_lib
add_mod
compile_mod
bld_lib
•
The item <
library_name
> specifies the name of the library involved in the commanded action.
•
The item [
options
] includes one or more of these options:
-d<
directory_name
>
-hide
+hide
-dep <library_dep_1>.....[library_dep_6]
•
These options are described in the following descriptions of individual subcommands.
•
If appropriate to the commanded action, [
module
] specifies the name of the involved user
module.
The sections that follow describe the subcommands.
new_lib subcommand
The
new_lib
subcommand lets you create a new user library without any user modules. Its action is
equivalent to the following steps in KULT:
•
Starting KULT
•
Selecting
File > New Library
•
Entering a new library name
•
Clicking
OK
•
Selecting
File > Exit
Usage
kult new_lib -l<
library_name
>
The
<
library_name
>
user library is created in the active user-library directory.