Ciiv.Printl()

<< Click to Display Table of Contents >>

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

Ciiv.Printl()

Description

Print the results of a Ciiv experiment out to the Output file.

 

The Output record is printed in the format:

 

Tag <tab> "TABLE" <tab> Points

<tab> "Pt" <tab> "T" <tab> "Vf" <tab> "Im" <tab>

& "Vu" <tab> "Sig" <tab>"Ach" <tab> "Over"

<tab> "#" <tab> "s" <tab> "V" <tab> "A" <tab>

& "V" <tab> "V" <tab>"V" <tab> "bits"

<tab> Pt1 <tab> T <tab> V <tab> I <tab>

& V <tab> V <tab> V <tab> Flags

<tab> Pt2 <tab> T <tab> V <tab> I <tab>

& V <tab> V <tab> V <tab> Flags

...

<tab> PtN <tab> T <tab> V <tab> I <tab>

& V <tab> V <tab> V <tab> Flags

 

Where the symbols have the following meanings:

 

Tag

The curve Tag (from CIIV.New() or optional argument).

Points

Total number of points acquired.

Pt(#)

Sequential number of a point.

T

Elapsed time from starting from Ciiv.Run().

Vf

Measured Voltage vs. Eref.

Im

Applied cell current.

Vu

Uncompensated voltage.

Sig

Signal sent to Control Amplifier.

Ach

Aux Channel voltage.

Over

Overload flags.

 

Type

INSTANCE FUNCTION

 

Usage

Ciiv.Printl(Tag)

 

Tag

STRING

Optional. Used to print a different Tag than the one used in the call to CIIV.New().