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 #70 background imageLoading...
Page #70 background image
Section
3: LPTLib command reference S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual
3-48 S530-900-01 Rev. E / September 2017
pgu_current_limit
This command sets the maximum amount of current that the pulse generator unit (PGU) channel can supply
because of the pulse amplitude and load impedance.
Usage
istat = int pgu_current_limit(int instr_id, double limit);
intstr_id
The instrument identification code of the PGU
limit
The current limit value
Details
This command returns a 0 if executed without error; a negative number indicates an error.
Example
pgu_current_limit(PGU2, 1e-3)
Sets the current limit of PGU2 to 1 mA.
Also see
pgu_load (on page 3-51)
pgu_delay
This command sets the amount of time to wait after a trigger signal or command is received before outputting a
pulse (trigger delay time).
Usage
istat = int pgu_delay(int instr_id, double delay_time);
instr_id
The instrument identification code of the pulse generator
delay_time
The trigger delay time in seconds (input)
Details
This command returns a 0 if executed without error; a negative number indicates an error.
Example
istat = pgu_delay(PGU1A,0.0);
...
istat = pgu_delay(PGU1B,10e-06);
istat = pgu_trig();
Set channel 1 to have no pulse delay.
Set channel 2 to trigger a pulse after a delay of
10 µs.
Also see
pgu_period (on page 3-52)
pgu_range (on page 3-53)
pgu_trig (on page 3-54)

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