-SCS Parameter Analyzer Reference Manual Section 8: Keithley User Library To
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.