<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class CHRONOA > ChronoA.StopAt() |
Enable or disable the ChronoA termination limits.
There are two limiting conditions upon which a curve may prematurely terminate:
Under |
I < Limit |
Over |
I > Limit |
The Over criterion is used to limit a positive current swing. The Under criterion limits a negative current swing.
These conditions may be individually enabled and disabled.
ChronoA.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. |