Pv.Printl()
Type: INSTANCE FUNCTION
Purpose: Print the results of a ChronoA 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
- Signal sent to control amplifier.
Ach
- Aux Channel voltage.
Over
- Overload flags.
Usage:
Pv.Printl(Tag)
Tag
- STRING
- Optional. Used to print a different Tag than the one used in the call to PV.New().
Comments are closed.