Keithley 4200A-SCS Reference Manual page 938

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

Advertisement

Model 4200A-SCS Parameter Analyzer Reference Manual
Example
// Place code to configure the PMU test here
//
// Start the test (for seg-arb testing, or for standard pulsing
// with no ranging, LLEC, or I/V/P threshold detection)
status = pulse_exec(PULSE_MODE_SIMPLE);
if ( status )
{
// Minimal error handling, release memory used to
}
// loop to fetch data, while waiting for test complete
abort_sent = 0;
while(pulse_exec_status(&elapsedt) == 1)
{
// Code to fetch and evaluate data here
if (abort_sent == 0)
{
}
// If the test must be aborted, send dev_abort
if (abort_required && abort_sent == 0)
{
}
Sleep(100);
}
This example illustrates placement of this command in a code a fragment. Note that after the dev_abort
command is sent it is still necessary to use pulse_exec_status to poll and wait for the test to be ended.
Also see
None
4200A-901-01 Rev. C / February 2017
// fetch results and stop test
Free_Used_Arrays();
return status;
// Code to fetch PMU data
// Code to evaluate data
// Code to determine if an abort is required
dev_abort(NULL);
abort_sent = 1;
Section 13: LPT library function reference
13-93

Advertisement

Table of Contents
loading

Table of Contents