FraCurve.Run()

<< Click to Display Table of Contents >>

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

FraCurve.Run()

Description

Run an FraCurve.

 

Start the data-acquisition and make this curve the active curve. This function blocks further execution of the Explain script until the curve is finished running.

 

Type

INSTANCE FUNCTION

 

Usage

Status = FraCurve.Run()

 

Status

INDEX

Measurement status:

0 = Skip button pushed before precision criterion was met.

1 = OK, precision criterion met.

2 = Invalid, completely bogus measurement, usually a fractional cycle. Do not use these values to make a new estimate of Z.

3 = CommErr; Communications error with external FRA. Do not use these values to make a new estimate of Z.

4 = Timeout; Timeout on measurement before precision criterion was met. FraCurve contains best estimate of Z.

5 = CycleLim; Upper limit on number of cycles exceeded. FraCurve contains best estimate of Z.

6 = Reserved.

7 = Overrun; interrupt overrun. Check Windows operating mode and computer speed.

8 = Overrange; some FRA channel was overloaded. Check Overload command to see the cause.