ChronoC.StopAt()
Type: INSTANCE FUNCTION
Purpose: Enable or disable the ChronoC termination limits.
There are two limiting conditions upon which a curve may prematurely terminate:
1. Under
- Q < Limit
2. Over
- Q > Limit
The Over criterion is used to limit a positive charge. The Under criterion limits a negative charge.
These conditions may be individually enabled and disabled.
Usage:
ChronoC.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
Comments are closed.