class PV

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Curve classes >

class PV

Description

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

 

Gamry tip bulb

The potentiostat must be in either in Potentiostatic or Galvanostatic mode when a Pv object is run.

 

Type

CLASS