Section 13: LPT library function reference
Model 4200A-SCS Parameter Analyzer Reference Manual
13-112
4200A-901-01 Rev. C / February 2017
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
The instrument identification code: PMU1, PMU2, and so on
chan
Channel number of the pulse card:
1
or
2
VMeasColName
Column name for V-measure data in the Clarius Analyze sheet
IMeasColName
Column name for I-measure data in the Clarius Analyze sheet
TimeStampColName
Column name for the time stamp data in the Clarius Analyze sheet
StatusColName
Column name for the status data in the Clarius Analyze sheet
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
(on page 9-81). Use
PostDataDouble
for user test modules
(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
(on page 13-98)
(on page 13-101)