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: Set the number of graphs displayed in the real-time display. Usage: ChronoA.SetPlotView(Format) Format INDEX 0 = No graph displayed 1 = Single graph displayed 2 =… read more →
Type: INSTANCE FUNCTION Purpose: Run the curve. When ChronoP.Run() is executed, the acquired data are displayed in a real-time curve. There are four buttons active during ChronoP.Run(): Abort button Terminates… read more →
Type: INSTANCE FUNCTION Purpose: Set the current title of the curve. Usage: Title = ChronoA.SetTitle() Title STRING A string representing the new title that the curve… read more →
Type: INSTANCE FUNCTION Purpose: Helps to define the real-time display of a CHRONOP object. Associates an axis with a data column in the object. Controls linear/logarithmic display formatting and allows labeling… read more →
Type: INSTANCE FUNCTION Purpose: Print the status of the ChronoA 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: Used to allow for a logarithmic-time display during the Chrono experiment. There are settings which can specify the number of non-decimated points prior to and after… read more →
Type: INSTANCE FUNCTION Purpose: Helps to define the real-time display of a CHRONOA object. Associates an axis with a data column in the object. Controls linear/logarithmic display formatting and allows… read more →
Type: INSTANCE FUNCTION Purpose: Used to allow for a logarithmic-time display during the Chrono experiment. There are settings which can specify the number of non-decimated points prior to and after… read more →
Type: INSTANCE FUNCTION Purpose: Extracts a single data item from a CHRONOP object. The data item is taken from the ith data point and the jth data column. If no… read more →