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 →