<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class CHRONOC > ChronoC.Printl() |
Print the results of a ChronoC experiment out to the Output file.
The Output record is printed in the format:
Tag <tab> "TABLE" <tab> Points
<tab> "Pt" <tab> "T" <tab> "Q" <tab> "Vf" <tab>
& "Im" <tab> "Vu" <tab> "Sig" <tab>"Ach" <tab> "Over"
<tab> "#" <tab> "s" <tab> "C" <tab> "V" <tab>
& "A" <tab> "V" <tab> "V" <tab>"V" <tab> "bits"
<tab> Pt1 T Q V I V V V Flags
<tab> Pt2 T Q V I V V V Flags
...
<tab> PtN T Q V I V V V Fla
Where the symbols have the following meanings:
Tag |
The curve Tag (from CHRONOC.New() or optional argument). |
Points |
Total number of points acquired. |
Pt(#) |
Sequential number of a point. |
T |
Elapsed time from starting from ChronoC.Run(). |
Q |
Accumulated charge. |
Vf |
|
Im |
Measured cell current. |
Vu |
Uncompensated voltage. |
Sig |
|
Ach |
|
Over |
ChronoC.Printl(Tag)
Tag |
STRING |
Optional. Used to print a different Tag than the one used in the call to CHRONOC.New(). |