Pulse_Measrt - Keithley 4200A-SCS Reference Manual

Parameter
Hide thumbs Also See for 4200A-SCS:
Table of Contents

Advertisement

Section 13: LPT library function reference

pulse_measrt

This command returns pulse source and measure data in pseudo real-time.
Usage
int pulse_measrt(int instr_id, int chan, char *VMeasColName, char *IMeasColName,
char *TimeStampColName, char *StatusColName);
instr_id
chan
VMeasColName
IMeasColName
TimeStampColName
StatusColName
Pulsers
4225-PMU
Pulse mode
Standard and Segment Arb
Details
Use this command to return and display test data in pseudo real-time. As measurements are
performed, the data is automatically placed in the Clarius Analyze sheet. This command is also used
to name the columns in the Clarius Analyze sheet.
This command must be called before calling pulse_exec to start the test.
The pulse_measrt command is not compatible with using KXCI to call user libraries remotely (see
Calling KULT user libraries remotely
(UTMs) that will be called using KXCI.
Example
pulse_measrt(PMU1, 1, "V-Measure", "I-Measure", "Timestamp", "Status");
This example configures channel 1 of PMU1 to return data in pseudo real-time.
Also see
pulse_exec
(on page 13-98)
pulse_fetch
(on page 13-101)
13-112
The instrument identification code: PMU1, PMU2, and so on
Channel number of the pulse card: 1 or 2
Column name for V-measure data in the Clarius Analyze sheet
Column name for I-measure data in the Clarius Analyze sheet
Column name for the time stamp data in the Clarius Analyze sheet
Column name for the status data in the Clarius Analyze sheet
(on page 9-81). Use PostDataDouble for user test modules
Model 4200A-SCS Parameter Analyzer Reference Manual
4200A-901-01 Rev. C / February 2017

Advertisement

Table of Contents
loading

Table of Contents