Ivt.Run()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Curve classes > class IVT >

Ivt.Run()

Description

Run the curve.

 

When Ivt.Run() is executed, the acquired data are displayed in a real-time curve. There are three buttons active during Ivt.Run(): Abort, Pause/Continue, and Skip. The Abort button terminates the entire experiment. The Skip button skips to the next phase of the experiment, either to the end of the curve or to the next region of the signal generator's operation.

 

The active run can be halted in several ways:

 

1) when the signal generator is finished,

2) if the operator hits a Skip button, or

3) if one of the stopping criteria is met. The stopping criteria can be enabled or disabled using the Ivt.StopAt() functions.

 

If the Pstat.SetIruptMode() switch is TRUE, the system uses a current-interrupt process to measure the uncompensated iR-drop throughout the experiment.

 

Type

INSTANCE FUNCTION

 

Usage

Result = Ivt.Run()

 

Result

INDEX

NO_STOP = Normal termination or Skip-F2 button is pressed.

STOP_V_UNDER = E < Emin

STOP_V_OVER = E > Emin

STOP_I_UNDER = I < Imin

STOP_I_OVER = I > Imin

STOP_A_UNDER = A < Amin

STOP_A_OVER = A > Amin