Type: INSTANCE FUNCTION Purpose: Print the results of a ChronoA experiment out to the Output file. The Output record is printed in the format: CURVE<tab>”TABLE”<tab>41<tab>”Pt”<tab>”T”<tab>”Vfwd”<tab>”Vrev”<tab>”Vstep”<tab>”Ifwd”<tab>”Irev”<tab>”Idif”<tab>”Sig”<tab>”Ach”<tab>”Over”<tab>#<tab>s<tab>V<tab>V<tab>V<tab>A<tab>A<tab>A<tab>V<tab>V<tab>bits<tab> Pt1 T V V V… read more →
Type: INSTANCE FUNCTION Purpose: Extracts a single data item from a PV object. The data item is taken from the ith data point and the jth data column. If no… read more →
Type: INSTANCE FUNCTION Purpose: Create and return an object of the class DATACOL. The object contains data extracted from one column of the CHRONOA object’s data array. The data, once… read more →
Type: INSTANCE FUNCTION Purpose: Return the number of points actually acquired in a PV object. The number returned is not the number of points allocated. Usage: NumPoints = PV.Count() NumPoints… read more →
Type: INSTANCE FUNCTION Purpose: Make the real-time plot of the PV object the Active plot. If the Runner window Curve List control is set to Active, the plot is displayed.… read more →
Type: CLASS FUNCTION Purpose: Create a new PV object. Usage: Pv = PV.New(Tag, Pstat, ReverseDifference) Tag STRING Optional. Used to print a different Tag than the one used in the call… read more →
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… read more →
Type: CLASS Purpose: The IPV class describes a current ramp and square-wave waveform that can be applied by a potentiostat while in the Galvanostatic mode. The IPV object encapsulates information… read more →
Type: INSTANCE FUNCTION Purpose: Modify an existing pulse waveform generator. Usage: Vdstep.TweakIpv.Tweak(Pstat, VInit, Vstep, VPulseSize, SampleTime) Pstat PSTATCLASS Potentiostat that will use the signal IInit REAL Initial value in amperes.… read more →