<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class OCV > Ocv.Run() |
Run the curve.
When Run() is executed, the acquired data are displayed in a real-time updating curve. There are three buttons active during Ocv.Run(): Abort, Pause/Continue, and Skip. 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.
The Ocv.Run() function does not turn off the cell. The script must use the Pstat.SetCell() function to control the cell. |
Result = Ocv.Run()
Result |
INDEX |
•0 = Normal finish or Skip button pushed. •1 = Stop caused by Stable criterion. |