<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class GALVCOR > Galvcor.Run() |
Run the curve.
When Galvcor.Run() is executed, the acquired data are displayed in a real-time curve. There are three buttons active during Galvcor.Run():
Terminates the entire experiment. |
|
Pause the experiment at current step. Continue again. |
|
Skips to the next phase of the experiment, either past the end of this 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/F2 button.
3.If one of the stopping criteria is met. The stopping criteria can be enabled or disabled using the Galvcor.Thresh() and Galvcor.StopAt() functions.
Result = Galvcor.Run()
Result |
INDEX |
•NO_STOP = Normal finish, or Skip button pushed. •STOP_I_UNDER = Stop caused by IUnder Criterion (I < Imax). •STOP_I_OVER = Stop caused by IOver Criterion (I > Imin). •STOP_V_UNDER = Stop caused by EUnder Criterion (E < Emax). •STOP_V_OVER = Stop caused by EOver Criterion (E > Emin). |