EasyManua.ls Logo

Keithley S530

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
Loading...
Section
3: LPTLib command reference S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual
3-14 S530-900-01 Rev. E / September 2017
Example 1
double irange, volts, rdng[5], timer[5];
:
.
.
enable(TIMER1); /* Enable the timer module. */
.
.
conpin(GND, 11, 0); /* Make connections. */
conpin(SMU3, 14, 0);
.
.
forcev(SMU3, volts); /* Perform the test. */
measi(SMU3, &irange); /* Set the I range of the SMU based */
rangei(SMU3, irange); /* on the initial measurement. */
.
forcev(SMU3, volts);
bmeasi(SMU3, rdng, 5, 0.0001, TIMER2, timer); /* Block */
/* I measurement of 5 */
/* readings using SMU3 with */
/* 100 us delay between */
/* readings, using TIMER2 with */
/* time data labeled timer. */
This example shows how the bmeasX command is used with a timer. Each measurement is associated
with a timestamp. This times
tamp marks the interval when each reading is made. This information is useful
when determining how much time was required to obtain a specific reading.
Example 2
double volts, rdng[5];
:
.
conpin(GND, 11, 0); /* Make connections. */
conpin(SMU3, 14, 0);
.
forcev(SMU3, volts); /* Perform the test. */
.
bmeasi(SMU3, rdng, 5, 0, 0, 0); /* Block current measurement */
/* of 5 readings using SMU3. */
This example shows how the bmeasX command is used without a timer. When used without a timer, the
returned measurement is not associated with a timestamp.
Also see
None

Table of Contents

Other manuals for Keithley S530

Related product manuals