<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class IVT > Ivt.StopAt() |
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.
Ivt.StopAt(Imin, Imax, Vmin, Vmax, Amin, Amax)
Imin |
REAL |
|
NIL |
Disable the I channel lower limit. |
|
Imax |
REAL |
Upper limit on I channel. |
NIL |
Disable the I channel upper limit. |
|
Vmin |
REAL |
|
NIL |
Disable the V channel lower limit. |
|
Vmax |
REAL |
Upper limit on V channel. |
NIL |
Disable the V channel upper limit. |
|
Amin |
REAL |
|
NIL |
Disable Aux channel lower limit. |
|
Amax |
REAL |
Upper limit on Aux channel. |
NIL |
Disable Aux channel upper limit. |