<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class IVT > Ivt.StopAtDelay() |
Used to avoid premature stopping of a curve caused by noise creating a false reading for a StopAt test.
Avoids false readings by requiring that the StopAt criterion be met for a number N of data points before the curve stops. The parameter N can be individually set for each StopAt test.
For absolute tests, such as V > Limit, the criterion must be met for N points consecutively before the criterion will be accepted. One point missing the criterion limit resets the N point-counter.
Ivt.StopAtDelay(Imin, Imax, Vmin, Vmax, Amin, Amax)
Imin |
REAL |
Delay for Imin number of points. |
NIL |
Only one point required. |
|
Imax |
REAL |
Delay for Imax number of points. |
NIL |
Only one point required. |
|
Vmin |
REAL |
Delay for Vmin number of points. |
NIL |
Only one point required. |
|
Vmax |
REAL |
Delay for Vmax number of points. |
NIL |
Only one point required. |
|
Amin |
REAL |
Delay for Amin number of points. |
NIL |
Only one point required. |
|
Amax |
REAL |
Delay for Amax number of points. |
NIL |
Only one point required. |