Pv.StopAt()
Type: INSTANCE FUNCTION
Purpose: Enable or disable the PV termination limits.
There are six limiting conditions upon which a curve may prematurely terminate:
Potentiostatic Mode
1. Under
- Im < Limit
2. Over
- Im > Limit
Galvanostatic Mode
1. Under
- V < Limit
2. 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.
Usage:
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
Comments are closed.