ChronoA.Run()

<< Click to Display Table of Contents >>

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

ChronoA.Run()

Description

Run the curve.

 

When ChronoA.Run() is executed, the acquired data are displayed in a real-time curve. There are three buttons active during ChronoA.Run():

 

Terminates the entire experiment.

Pause the experiment at current step. Continue again.

Skips to the next phase of the experiment, either past the end of this curve or to the next region of the signal generator's operation.

 

The active run can be halted in several ways:

1.When the signal generator is finished.

2.If the operator hits a Skip/F2 button.

3.If one of the stopping criteria is met. The stopping criteria can be enabled or disabled using the ChronoA.Thresh() and ChronoA.StopAt() functions.

 

Type

INSTANCE FUNCTION

 

Usage

Result = ChronoA.Run()

 

Result

INDEX

0 = Normal finish, or Skip button pushed.

1 = Stop caused by Under Criterion (I < Imax).

2 = Stop caused by Over Criterion (I > Imin).

3 = Stop caused by stability [abs(dI/dt) < limit]

4 = Stop caused by runaway [abs(dI/dt) > limit]

5 = Stop caused by decreasing (dI/dt < limit)

6 = Stop caused by increasing (dI/dt > limit)