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