Ivt.StopAtDelay()
Ivt.StopAtDelay()
Type: INSTANCE FUNCTION
Purpose: 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.
Usage: Ivt.StopAtDelay(Imin, Imax, Vmin, Vmax, Amin, Amax)
Imin |
INDEX or |
Delay for this number of points | |
NIL | Only one point required | ||
Imax |
INDEX or |
Delay for this number of points | |
NIL |
Only one point required | ||
Vmin |
INDEX or |
Delay for this number of points | |
NIL | Disable the V channel lower limit. | ||
Vmax |
REAL or |
Delay for this number of points | |
NIL | Only one point required | ||
Amin |
INDEX or |
Delay for this number of points | |
NIL | Only one point required | ||
Amax |
INDEX or |
Delay for this number of points | |
NIL | Only one point required |
Comments are closed.