Ocv.Run()

Ocv.Run()

Type: INSTANCE FUNCTION

Purpose: Run the curve.

When Run() is executed, the acquired data are displayed in a real-time updating curve. There are four buttons active during Ocv.Run(): Abort, Pause/Continue, Skip and Point. The Abort button terminates the entire experiment. The Skip button skips to the end of the Ocv.Run() and continues on with the next phase of the experiment.

NOTE: The Ocv.Run() function does not turn off the cell. The script must use the PStat.SetCell() function to control the cell.

Usage: Result = Ocv.Run()

  Result

INDEX

0 = Normal finish or Skip button pushed.

1 = Stop caused by Stable criterion.

2 = Stop caused by Runaway criterion.

Related Topics Link IconRelated Topics