PV
Type: CLASS
Purpose: 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 PvPv.SetPlot(Plottype) ; Determine the plot typePv.Run() ; Run the curvePv.Printl() ; Print the curve out to Output
When a PV object is run, the potentiostat must be in either in Potentiostatic or Galvanostatic mode.
Comments are closed.