Type: INSTANCE FUNCTION Purpose: Return the current title of the curve. Usage: Title = ChronoP.Title() Title STRING The current title of the curve.
Type: INSTANCE FUNCTION Purpose: Set up threshold conditions which must be met before ChronoA.StopAt() tests are performed. When any of the threshold tests is met, the StopAt criteria are evaluated… read more →
Type: INSTANCE FUNCTION Purpose: Print the status of the ChronoP to a string. The object’s tag and last acquired data point are printed in the format: Tag,PointNumber Usage: Result =… read more →
Type: INSTANCE FUNCTION Purpose: Return the current title of the curve. Usage: Title = ChronoA.Title() Title STRING The current title of the curve.
Type: INSTANCE FUNCTION Purpose: Used in output of data from a CHRONOP object. A data point from the object is printed to an ASCII string. This string can in turn… read more →
Type: INSTANCE FUNCTION Purpose: Enable or disable the ChronoP termination limits. There are two limiting conditions upon which a curve may prematurely terminate: 1. Under E < Limit 2. Over… 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: Set the current title of the curve. Usage: Title = ChronoP.SetTitle() Title STRING A string representing the new title that the curve should use.
Type: INSTANCE FUNCTION Purpose: Used in output of data from a CHRONOA object. A data point from the object is printed to an ASCII string. This string can in turn… read more →
Type: INSTANCE FUNCTION Purpose: Format the real-time display using the SetPlotView and Set Axis functions. Usage: ChronoP.SetPlot(View, MinI, MinV, MinT) View INDEX 0 = I vs V 1 = Log(I)… read more →