Ivt.StopAt()

Ivt.StopAt()

Type: INSTANCE FUNCTION

Purpose: Enables or disables 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.

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

  Imin

REAL

or

Lower limit on I channel
  NIL Disable the I channel lower limit
  Imax

REAL

or

Upper limit on I channel
 

NIL

Disable the I channel upper limit
  Vmin

REAL

or

Lower limit on V channel
  NIL Disable the V channel lower limit.
  Vmax

REAL

or

Upper limit on V channel.
  NIL Disable the V channel upper limit.
  Amin

REAL

or

Lower limit on Aux channel.
  NIL Disable Aux channel lower limit.
  Amax

REAL

or

Upper limit on Aux channel
  NIL Disable Aux channel upper limit.

Related Topics Link IconRelated Topics