CHRONOP

 

Type: CLASS

Purpose: The CHRONOP class manages data-acquisition for a chronopotentiometry 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 ChronoP object is:

ChronoP = CHRONOP.New(Tag, Pstat) ; Create the ChronoPChronoP.SetPlot(Plottype) ; Determine the plot typeChronoP.Run() ; Run the curveChronoP.Printl() ; Print the curve out to Output

When a ChronoP object is run, the potentiostat must be in a Galvanostatic mode.