Ciiv.StopAtDelay()


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.

For absolute tests, such as E > Limit, the criterion must be met for N points consecutively before the criterion is accepted. One point missing the criterion limit resets the N point counter.

For slope tests, such as dE/dt < Limit, the slope is evaluated over N points.

Usage:

Ciiv.StopAtDelay(Under, Over, Stable, Runaway, Decreasing, Increasing)         Under   REAL

Delay for this number of points.

  or NIL Only one point required. Over   REAL Delay for this number of points.   or NIL Only one point required. Stable   REAL Delay for this number of points.   or NIL Only one point required Runaway   REAL Delay for this number of points.   or NIL Only one point required Decreasing   REAL Delay for this number of points.   or NIL Only one point required Increasing   REAL Delay for this number of points.   or NIL Only one point required

Related Topics Link IconRelated Topics