CIIV

Type: CLASS

Purpose: The CIIV class manages data acquisition for a Controlled Current IV 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 Ciiv object is:

Ciiv = CIIV.New(Tag, Pstat) ; Create the Ciiv
Ciiv.SetPlot(Plottype)      ; Determine the plot type
Ciiv.Run()      ; Run the curve
Ciiv.Printl()   ; Print the curve out to Output
NOTE: When a Ciiv object is run, the potentiostat must be in Galvanostat mode.
Related Topics