Galvcor.Run()
Type: INSTANCE FUNCTION
Purpose: 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():
Abort/F1 button Terminates the entire experiment. Pause/Continue/F3 button Halts or resumes data-collection Skip/F2 button Skips to the next phase of the experiment, either past 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/F2 button, or
3) if one of the stopping criteria is met. The stopping criteria can be enabled or disabled using the Galvcor.Threshold() and Galvcor.StopAt() functions.
Usage:
Result = Galvcor.Run() Result INDEX
NO_STOP Normal finish or Skip/F2 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)
Comments are closed.