In this section:LPT library reference .............................................................. 13-1Lists of LPT library commands ............................................... 13-2LPT commands for general operations .................................. 13-9LPT commands for math operations .................................... 13-51LPT commands for SMUs .................................................... 13-59LPT commands for PGUs and PMUs ................................... 13-91LPT commands for pulse source only (PG2)...................... 13-131LPT commands for the CVUs............................................. 13-165LPT commands for switching ............................................. 13-198LPT Library Status and Error codes ................................... 13-207LPT library and Clarius interaction when using UTMs........ 13-214LPT library referenceThe Keithley Instruments Linear Parametric Test Library (LPT library) is a high-speed data acquisitionand instrument control software library. It is the programmer’s lowest level of command interface tothe system instrumentation. You can use the library commands to configure the relay matrix andinstrumentation for parametric tests.This section lists the commands included in the LPT library and describes how to use them. Thedescriptions include:• A brief description of the command.• Usage, which shows how the command should be organized and descriptions of each parameter.The parameters that you need to supply are shown in italics. For example, for the commandint delay(long n);, replace n with the duration of the delay.• Detailed information about the command.• Examples that show a typical use of the command in a test sequence.The following conventions are used when explaining the commands:• All LPT library commands are case-sensitive and must be entered as lower case when writingprogram code.• Period strings (...) indicate additional arguments or commands that can be added.• Periods ( . ) indicate data not shown in an example because it is not necessary to help explainthe specific command.Section 13LPT library function reference