Ivt.SprintPoint()

<< Click to Display Table of Contents >>

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

Ivt.SprintPoint()

Description

Used in output of data from an Ivt object.

 

A data point from the object is printed to an ASCII string. This string can, in turn, be printed to the active output file.

 

The format of the data string is:

 

PointNumber <tab> T <tab> Vf <tab> Im <tab> Vu <tab> Sig <tab> Ach <tab> Over

 

You can use this function along with the Printl() function to output point i to the output file as follows:

 

Printl("\t",Ivt.SprintPoint(i))

 

Type

INSTANCE FUNCTION

 

Usage

Result = Ivt.SprintPoint(PointNumber)

 

PointNumber

INDEX

The point to be printed. PointNumber is zero-based. If the requested point is not taken, a parameter error is issued.

T

REAL

Elapsed time from starting from Ivt.Run().

Vf

REAL

Applied voltage vs. Eref.

Im

REAL

Measured cell current.

Vu

REAL

Uncompensated voltage.

Sig

REAL

Signal sent to control amplifier.

Ach

REAL

Aux Channel voltage.

Over

REAL

Aux Channel voltage.

Result

STRING

Hexadecimal number representing overload status.