Type: INSTANCE FUNCTION Purpose: Extracts a single data item from a CHRONOA object. The data item is taken from the ith data point and the jth data column. If no… read more →
Type: INSTANCE FUNCTION Purpose: Return the current title of the curve. Usage: Title = ChronoC.Title() Title STRING The current title of the curve.
Type: INSTANCE FUNCTION Purpose: Return the number of points actually acquired in a CHRONOA object. The number returned is not the number of points allocated. Usage: NumPoints = ChronoA.Count()… read more →
Type: CLASS Purpose: The CHRONOC class manages data-acquisition for a chronocoulometry curve. There may be more than one data-acquisition object in a script, but only one may be running… read more →
Type: INSTANCE FUNCTION Purpose: Used in output of data from a CHRONOC object. A data point from the object is printed to an ASCII string. This string can in turn… read more →
Type: CLASS Purpose: The CHRONOP class manages data-acquisition for a chronopotentiometry curve. There may be more than one data-acquisition object in a script, but only one may be running… read more →
Type: INSTANCE FUNCTION Purpose: Make the real-time plot of the ChronoA object the Active plot. If the runner window‘s Curve List control is set to Active, the plot is displayed.… read more →
Type: INSTANCE FUNCTION Purpose: Enable or disable the ChronoC termination limits. There are two limiting conditions upon which a curve may prematurely terminate: 1. Under Q < Limit 2. Over… read more →
Type: INSTANCE FUNCTION Purpose: Set the number of graphs displayed in the real-time display. Usage: ChronoC.SetPlotView(Format) Format INDEX 0 = No graph displayed 1 = Single graph displayed 2 =… read more →