ChronoP.StopAt()

<< Click to Display Table of Contents >>

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

ChronoP.StopAt()

Description

Enable or disable the ChronoP termination limits.

 

There are two limiting conditions upon which a curve may prematurely terminate:

 

Under

E < Limit

Over

E > Limit

 

The Over criterion is used to limit a positive voltage swing. The Under criterion limits a negative voltage swing.

 

These conditions may be individually enabled and disabled.

 

Type

INSTANCE FUNCTION

 

Usage

ChronoP.StopAt(Under, Over)

 

Under

REAL

Enable the Under test and set value.

NIL

Disable the Under test.

Over

REAL

Enable the Over test and set value.

NIL

Disable the Over test.