<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class PV > Pv.Printl() |
Print the results of a PV experiment out to the Output file.
The Output record is printed in the format:
CURVE<tab>”TABLE”<tab>41
<tab>”Pt”<tab>”T”<tab>”Vfwd”<tab>”Vrev”<tab>”Vstep”<tab>
& ”Ifwd”<tab>”Irev”<tab>”Idif”<tab>”Sig”<tab>”Ach”<tab>”Over”
<tab>#<tab>s<tab>V<tab>V<tab>V<tab>
& A<tab>A<tab>A<tab>V<tab>V<tab>bits
<tab> Pt1 T V V V I I I V V Flags
<tab> Pt2 T V V V I I I V V Flags
...
<tab> PtN T V V V I I I V V Flags
Where the symbols have the following meanings:
Tag |
The curve Tag (from PV.New() or optional argument). |
Points |
Total number of points acquired. |
Pt(#) |
Sequential number of a point. |
T |
Elapsed time from starting from Pv.Run(). |
Vfwd |
Forward voltage applied (volts). |
Vrev |
Reverse voltage applied (volts). |
Ifwd |
Measured forward current (amperes). |
Irev |
Measured reverse current (amperes). |
Idif |
Difference between Ifwd and Irev (amperes). |
Sig |
|
Ach |
|
Over |
Pv.Printl(Tag)
Tag |
STRING |
Optional. Used to print a different Tag than the one used in the call to PV.New(). |