<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class OCV > Ocv.StopAt() |
Stop the curve if either the rate of change in E is too small or too great.
The first case is used to terminate a curve when the sample has stabilized. The second test is useful in detecting an unstable sample.
There is a default 10-point delay on any stop test because of the inherent Bessel filter used in the Ocv curve. |
1. Stable:
2. Runaway:
Ocv.StopAt(Stable, Runaway)
Stable |
REAL |
Enable the Stable test and set value. |
NIL |
Disable the Stable test. |
|
Runaway |
REAL |
Enable the Runaway test and set value. |
NIL |
Disable the Runaway test. |