<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class CIIV > Ciiv.Run() |
Run the curve.
When Ciiv.Run() is executed, the acquired data are displayed in a real-time curve. There are three buttons active during Ciiv.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 Ciiv.Thresh() and Ciiv.StopAt() functions.
Result = Ciiv.Run()
Result |
INDEX |
•NO_STOP = Normal finish, or Skip button pushed. •STOP_V_UNDER = Stop caused by Under Criterion (E < Emax). •STOP_V_OVER = Stop caused by Over Criterion (E > Emin). •STOP_V_STABLE = Stop caused by stability [abs(dE/dt) < limit] •STOP_V_RUNAWAY = Stop caused by runaway [abs(dE/dt) > limit] •STOP_V_DECREASING = Stop caused by decreasing (dE/dt < limit) •STOP_V_INCREASING = Stop caused by increasing (dE/dt > limit) |