Type: INSTANCE FUNCTION Purpose: Format the real-time display using the SetPlotView and Set Axis functions. Usage: ChronoA.SetPlot(View, MinI, MinV, MinT) View INDEX 0 = V vs I 1 = Log(V)… read more →
Type: CLASS FUNCTION Purpose: Create a CHRONOP object. The data array is sized according to the signal generator used. Usage: ChronoC = CHRONOP.New(Tag, Pstat) Tag STRING Curve tag for data… read more →
Type: INSTANCE FUNCTION Purpose: Print the results of a ChronoP experiment out to the Output file. The Output record is printed in the format: Tag <tab> “TABLE” <tab> Points<tab> “Pt”… read more →
Type: CLASS FUNCTION Purpose: Create a CHRONOA object. The data array is sized according to the signal generator used. Usage: ChronoA = CHRONOA.New(Tag, Pstat) Tag STRING Curve tag for data… read more →
Type: INSTANCE FUNCTION Purpose: Make the real-time plot of the ChronoP 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: Print the results of a ChronoA experiment out to the Output file. The Output record is printed in the format: Tag <tab> “TABLE” <tab> Points<tab> “Pt”… 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: 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: 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: 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 →