Ocv.Printl()

Ocv.Printl()

Type: INSTANCE FUNCTION

Purpose: Ocv.Printl() appends 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

Usage: Ocv.Printl(Tag)

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

Related Topics Link IconRelated Topics