Pwr.SetStopAtDelayAMin()
Type: INSTANCE FUNCTION
Purpose: Used to avoid premature stopping of a curve because of noise creating a false reading for a StopAt test.
Requires StopAt criterion be met for a number of data points (N) before the curve stops. The parameter N can be individually set for each StopAt test. This function sets the delay for the AMin stop test. 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:
Pwr.SetStopAtDelayAMin(Delay)
Delay
- INDEX
- Delay value entered in number of points.
Comments are closed.