Ivt.StopAt()

<< Click to Display Table of Contents >>

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

Ivt.StopAt()

Description

Enable or disable the Ivt termination limits.

 

There is an upper and lower limiting condition for each channel. A curve may prematurely terminate upon exceeding one of these limits.

 

Type

INSTANCE FUNCTION

 

Usage

Ivt.StopAt(Imin, Imax, Vmin, Vmax, Amin, Amax)

 

Imin

REAL

Lower limit on I channel.

NIL

Disable the I channel lower limit.

Imax

REAL

Upper limit on I channel.

NIL

Disable the I channel upper limit.

Vmin

REAL

Lower limit on V channel.

NIL

Disable the V channel lower limit.

Vmax

REAL

Upper limit on V channel.

NIL

Disable the V channel upper limit.

Amin

REAL

Lower limit on Aux channel.

NIL

Disable Aux channel lower limit.

Amax

REAL

Upper limit on Aux channel.

NIL

Disable Aux channel upper limit.