Ocv.StopAt()

<< Click to Display Table of Contents >>

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

Ocv.StopAt()

Description

Stop the curve if either the rate of change in E is too small or too great.

 

The first case is used to terminate a curve when the sample has stabilized. The second test is useful in detecting an unstable sample.

 

Gamry tip bulb

There is a default 10-point delay on any stop test because of the inherent Bessel filter used in the Ocv curve.

 

1. Stable:

 

2. Runaway:

 

Type

INSTANCE FUNCTION

 

Usage

Ocv.StopAt(Stable, Runaway)

 

Stable

REAL

Enable the Stable test and set value.

NIL

Disable the Stable test.

Runaway

REAL

Enable the Runaway test and set value.

NIL

Disable the Runaway test.