<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class RCV > Rcv.Printl() |
Print the results of an RCV 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>"IERange" <tab> "Over"
<tab> "#" <tab> "s" <tab> "V vs. Ref." <tab> "A" <tab> "V" <tab>
& "V" <tab>"V"<tab>"#" <tab> "bits"
<tab> Pt1 T V I V V V # Flags
<tab> Pt2 T V I V V V # Flags
...
<tab> PtN T V I V V V # Flags
Where the symbols have the following meanings:
Tag |
The curve Tag (from RCV.New() or optional argument). |
Points |
Total number of points acquired. |
Pt(#) |
Sequential number of a point. |
T |
Elapsed time from starting from Rcv.Run(). |
Vf |
|
Im |
Measured cell current. |
Vu |
Uncompensated voltage. |
Sig |
|
Ach |
|
IERange |
|
Over |
Rcv.Printl(Tag)
Tag |
STRING |
Optional. Used to print a different Tag than the one used in the call to RCV.New(). |