EasyManua.ls Logo

Keithley S530 User Manual

Keithley S530
123 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #64 background imageLoading...
Page #64 background image
Section
3: LPTLib command reference S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual
3-42 S530-900-01 Rev. E / September 2017
This command must be called in the test sequence before the associated forceX, sweepX, or
searchX command is used to generate the voltage or current. The limitX command also sets th
e
t
op measurement range of an autoranged measurement.
The limits set within a particular test sequence are cleared when the devint command is called.
Example
double ibceo, vbceo;
.
.
conpin(2, 3, GND, 0);
conpin(SMU1, 1, 0);
limitv(SMU1, 150.0); /* Limit voltage at 150 V. */
forcei(SMU1, ibceo); /* Force current through the DUT. */
measv(SMU1, &vbceo); /* Measure breakdown voltage; */
. /* return results to vbceo. */
.
This example measures the breakdown voltage of a device. The limit is set at 150 V. This limit is
necessary to override the default limit of the SMU, which would otherwise be in effect.
Also see
devint (on page 3-26)
forceX (on page 3-29)
measX (on page 3-45)
rangeX (on page 3-60)
searchX (on page 3-71)
sweepX (on page 3-88)
lorangeX
This command defines the bottom autorange limit.
Usage
int lorangei(int instr_id, double range);
int lorangev(int instr_id, double range);
instr_id
The instrument identification code
range
The value of the instrument range, in volts, amperes, farads, or siemens

Table of Contents

Other manuals for Keithley S530

Question and Answer IconNeed help?

Do you have a question about the Keithley S530 and is the answer not in the manual?

Keithley S530 Specifications

General IconGeneral
BrandKeithley
ModelS530
CategoryTest Equipment
LanguageEnglish

Summary

Safety Precautions

General Information

Introduction

Overview of the manual's structure and content.

Manual Contents

Details the structure and information presented in each section.

Linear Parametric Test Library (LPTLib)

Introduction

Introduces the Keithley LPTLib as a low-level software interface for parametric testers.

Measuring

Discusses the tester's ability to make measurements, including ordinary, integrated, and averaged.

Ranging

Discusses automatic range selection (autoranging) and its features like smart and sticky ranging.

Optimizing Test Sequences

Introduces methods to optimize the S530/S540 for faster operation.

LPTLib Command Reference

Conventions Used in this Manual

Explains conventions like case-sensitivity and parameter formatting.

Source Commands

Lists commands for controlling sources like forceX, limitX, pulseX.

Measure Commands

Lists commands for measurements like avgX, bmeasX, intgX.

Pulse Generator Commands

Lists commands for pulse generator units (PGU) like pgu_current_limit, pgu_delay.

Error Definitions

Result Values Indicating an Error

Table of error values returned as measured results and their meanings.

Error Messages

Lists error messages with numbers, descriptions, and remarks.

Related product manuals