Type: INSTANCE FUNCTION Purpose: Run the curve. When ChronoA.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: Return the number of points actually acquired in a CHRONOP object. The number returned is not the number of points allocated. Usage: NumPoints = ChronoP.Count() NumPoints… 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 CHRONOP object’s data array. The data, once… read more →
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 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: INSTANCE FUNCTION Purpose: Used to avoid premature stopping of a curve because of noise creating a false reading for a StopAt test. Requires StopAt criterion be met for a… 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: Set up threshold conditions which must be met before ChronoC.StopAt() tests are performed. When any of the threshold tests is met, the StopAt criteria are evaluated… 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: 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 →