Type: INSTANCE FUNCTION Purpose: Extracts a single data item from a CHRONOC object. The data item is taken from the ith data point and the jth data column. If no… read more →
Type: CLASS FUNCTION Purpose: Create a CHRONOC object. The data array is sized according to the signal generator used. Usage: ChronoC = CHRONOC.New(Tag, Pstat) Tag STRING Curve tag for data… read more →
Type: INSTANCE FUNCTION Purpose: Print the results of a ChronoC experiment out to the Output file. The Output record is printed in the format: Tag <tab> “TABLE” <tab> Points<tab> “Pt”… read more →
Type: INSTANCE FUNCTION Purpose: Run the curve. When ChronoC.Run() is executed, the acquired data are displayed in a real-time curve. There are four buttons active during ChronoA.Run(): Abort button Terminates… read more →
Type: INSTANCE FUNCTION Purpose: Make the real-time plot of the ChronoC object the Active plot. If the runner window Curve List control is set to Active, the plot is displayed.… read more →
Type: INSTANCE FUNCTION Purpose: Return the number of points actually acquired in a CHRONOC object. The number returned is not the number of points allocated. Usage: NumPoints = ChronoC.Count() NumPoints… read more →
Type: INSTANCE FUNCTION Purpose: Set the current title of the curve. Usage: ChronoA.SetTitle(Title) Title STRING A string representing the new title that the curve should use.
Type: CLASS Purpose: The CHRONOA class manages data-acquisition for a chronoamperometry curve. There may be more than one data-acquisition object in a script, but only one may be running… read more →
The Linear Sweep Voltammetry analysis script allows you to open Linear Sweep Voltammetry data files by selecting the data file from the File Open window. The data file opens, and… read more →
The standard Linear Sweep Voltammetry analysis contains the following pages at startup: Chart The heart of the linear sweep voltammetry analysis. It contains the data plotted in a voltage-versus-current format.… read more →