Galvcor.StopAt()

<< Click to Display Table of Contents >>

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

Galvcor.StopAt()

Description

Enable or disable the Galvcor termination limits.

 

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

 

IUnder

I < Limit

IOver

I > Limit

EUnder

E < Limit

EOver

E > Limit

 

Type

INSTANCE FUNCTION

 

Usage

Galvcor.StopAt(IUnder, IOver, EUnder, EOver)

 

IUnder

REAL

Enable the IUnder test and set value.

NIL

Disable the IUnder test.

IOver

REAL

Enable the IOver test and set value.

NIL

Disable the IOver test.

EUnder

REAL

Enable the EUnder test and set value.

NIL

Disable the EUnder test.

EOver

REAL

Enable the EOver test and set value.

NIL

Disable the EOver test.