EasyManuals Logo
Home>Keithley>Measuring Instruments>4200A-SCS

Keithley 4200A-SCS Reference Manual

Keithley 4200A-SCS
1381 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 #951 background imageLoading...
Page #951 background image
Section
13: LPT library function reference Model 4200A-SCS Parameter Analyzer
Reference Manual
13-106 4200A-901-01 Rev. C / February 2017
Example 1
// Code to configure the PMU test here
// Start the test (no analysis)
pulse_exec(0);
// while loop and short delay (10 ms)
while (pulse_exec_status(&elapsedt) == 1)
{
Sleep(10);
}
// Retrieve all data
status = pulse_fetch(PMU1, 1, 0, 49, Drain_Vmeas, Drain_Imeas,
NULL, NULL);
// Code for data handling here
This example uses pulse_exec to set the execution type to simple two-level pulse operation (no
analysis), and executes the test. The code pauses the program to monitor the status of the test. It uses a
while loop to check the returned value of pulse_exec_status. When the test is completed, the program
drops out of the loop and calls pulse_fetch to retrieve all the test data.
Example 2
pulse_fetch(PMU1, 1, 0, 49, Drain_Vmeas, Drain_Imeas, T_Stamp, NULL);
This command retrieves 50 points of data from the buffer, where:
• Instr_id = PMU1
• chan = 1 (channel 1)
• StartIndex = 0
• StopIndex = 49
• Vmeas = Drain_Vmeas (name of array)
• Imeas = Drain_Imeas (name of array)
• Timestamp = T_Stamp (name of array)
• Status = NULL (not retrieved)
Also see
PostDataDouble (on page 13-33)
PostDataDoubleBuffer (on page 13-94)
pulse_meas_sm (on page 13-108)
pulse_measrt (on page 13-112)

Table of Contents

Other manuals for Keithley 4200A-SCS

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley 4200A-SCS and is the answer not in the manual?

Keithley 4200A-SCS Specifications

General IconGeneral
BrandKeithley
Model4200A-SCS
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals