ChronoC.StopAtDelay()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Curve classes > class CHRONOC >

ChronoC.StopAtDelay()

Description

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 Q > 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.

 

Type

INSTANCE FUNCTION

 

Usage

ChronoC.StopAtDelay(Under, Over)

 

Under

REAL

Delay for this number of points.

NIL

Only one point required.

Over

REAL

Delay for this number of points.

NIL

Only one point required.