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: 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 →