Ocv.StopAt()
Ocv.StopAt()
Type: INSTANCE FUNCTION
Purpose: 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.
NOTE: There is a default 10-point delay on any stop test because of the inherent Bessel filter used in the OCV curve.
1. Stable d(Eabs)/dt < dE/dt min
2. Runaway d(Eabs)/dt > dE/dt max
Usage: Ocv.StopAt(Stable, Runaway)
Stable |
REAL or |
Enable the Stable test and set value . | |
NIL | Disable the Stable test. | ||
Runaway |
REAL or |
Enable the Runaway test and set value. | |
NIL |
Disable the Runaway test. |
Comments are closed.