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 #96 background imageLoading...
Page #96 background image
Section
3: LPTLib command reference S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual
3-74 S530-900-01 Rev. E / September 2017
setauto
This command re-enables autoranging and cancels any previous rangeX command for the specified instrument.
Usage
int setauto(int instr_id);
instr_id
The instrument identification code
Details
Due to the dual mode operation of the SMU (v versus i), setauto places both voltage and current
ranges in autorange mode.
The specific range is not changed until a measurement is made. When a measurement is made, the
autorange software evaluates the data and changes the range if necessary.
Example
.
rangei(SMU1, 2.0E-9); /* Select manual range. */
delay(200); /* Delay after range change. */
measi(SMU1, &icer1); /* Measure leakage; return. */
.
.
setauto(SMU1); /* Enable autorange mode. */
lorangei(SMU1, 2.0E-6); /* Select 2 uA as minimum range */
/* during autoranging. */
delay(200); /* Delay after range change. */
smeasi(SMU1, idatvg); /* Setup sweep measurement of IDS. */
sweepv(SMU2, 0.0, 2.5, 24, 0.002); /* Sweep gate from 0 V to 2.5 V. */
Also see
None
setmode
This command sets instrument-specific operating mode parameters.
Usage
int setmode(int instr_id, long modifier, double value);
instr_id
The instrument identification code of the instrument being operated on
modifier
The instrument-specific operating characteristic to change; refer to Modifier tables
(on page 3-76)
value
Value to set the operating parameter to
Details
The setmode command allows you to control certain instrument-specific operating characteristics.
A special instrument ID named KI_SYSTEM is used to set operating characteristics of the system. All
modifiers listed in the setmode modifier tables (on page 3-76
) are used with the KI_SYSTEM
pseudo-instrument.

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