Pv.StopAt()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Curve classes > class PV >

Pv.StopAt()

Description

Enable or disable the Pv termination limits.

 

There are four limiting conditions upon which a curve may prematurely terminate:

 

Potentiostatic mode:

 

Under

Im < Limit

Over

Im > Limit

 

Galvanostatic mode:

 

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.

 

Type

INSTANCE FUNCTION

 

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.