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 #103 background imageLoading...
Page #103 background image
S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual Section 3:
LPTLib command reference
S530-900-01 Rev. E / September 2017 3-81
setXmtr
This command allows a source to operate as a voltmeter or current meter. The source function is disabled after
calling the setXmtr command.
Usage
int setimtr(int instr_id);
int setvmtr(int instr_id);
instr_id
The instrument identification code of the instrument to control; SMUn
Details
Use x = v for volts and i for current.
The setXmtr command does not affect any existing connections.
Note that the setvmtr command operates as a current source with 0.0 A output. It also activates the
voltmeter function of the instrument. Additionally, the setimtr command operates as a voltage
source with 0.0 V output; it also activates the current meter function of the instrument.
The effects of the setXmtr command are also cleared when a devint or device initialize
command is called at the end of the test sequence.
Example
float vcc12, icc8, ib47;
.
.
conpin(SMU1H, 1, 0);
conpin(SMU2H, 2, 0);
conpin(SMU3H, 3, 0);
setimtr(SMU1); /* Set SMU1 as a current meter only. */
forcev(SMU3, vcc12); /* Apply vcc12V to collector. */
forcei(SMU2, icc8); /* Enable icc8 current through emitter. */
measi(SMU1, &ib47); /* Measure base current return result */
/* to ib47. */
This figure shows a transistor beta measurement at a specified emitter current and collector-base voltage.
Equation 11: Transistor measurement
Also see
devint (on page 3-26)

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