<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class PV |
The PV class manages data-acquisition for a Pulse Voltammetry curve.
There may be more than one data-acquisition object in a script, but only one may be running (i.e., acquiring values) at any time. The typical life cycle of a Pv object is:
Pv = PV.New(Tag, Pstat) ; Create the Pv
Pv.SetPlot(Plottype) ; Determine the plot type
Pv.Run() ; Run the curve
Pv.Printl() ; Print the curve out to Output