Ocv.Printl()

<< Click to Display Table of Contents >>

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

Ocv.Printl()

Description

Append the contents of an Ocv object to the output file.

 

The data format is:

 

Tag <tab> "TABLE" <tab> Points

<tab> "Pt" <tab> "T" <tab> "Vf" <tab> "Vm" <tab> "Over"

<tab> "#" <tab> "s" <tab> "V" <tab> "V" <tab> "bits"

<tab> Pt1 T V V Flags

<tab> Pt2 T V V Flags

 

...

 

<tab> PtN T V V Flags

 

where the symbols have the following meanings:

 

Tag

The Tag parameter from the call to OCV.New().

Points

Total number of points actually acquired.

Pt

Sequential number of a point.

T

Elapsed time from the start of the experiment.

Vf

Filtered voltage.

Vm

Unfiltered voltage.

Over

Overload flags.

 

Type

INSTANCE FUNCTION

 

Usage

Ocv.Printl(Tag)

 

Tag

STRING

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