Type: INSTANCE FUNCTION Purpose: Set the current title of the curve. Usage: Rcv.SetTitle(Title) Title STRING A string representing the new title that the curve should use.
Type: INSTANCE FUNCTION Purpose: Print the status of the RCV 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: Run the curve. When RCV.Run() is executed, the acquired data are displayed in a real-time curve. There are four buttons active during RCV.Run(): Abort button Terminates… read more →
Type: INSTANCE FUNCTION Purpose: Helps to define the real-time display of an RCV object. Associates an axis with a data column in the object. Controls linear/logarithmic display formatting and allows… read more →
Type: INSTANCE FUNCTION Purpose: Format the real-time display using the SetPlotView and Set Axis functions. Usage: Rcv.SetPlot(View, MinI, MinV, MinT) View INDEX 0 = I vs V 1 = Log(I)… read more →
Type: CLASS FUNCTION Purpose: Create an RCV object. The data array is sized according to the signal generator used. Usage: Rcv = RCV.New(Tag, Pstat) Tag STRING Curve tag for data… read more →
Type: INSTANCE FUNCTION Purpose: Print the results of an RCV experiment out to the Output file. The Output record is printed in the format: Tagn<tab> “TABLE” <tab> Points<tab> “Pt” <tab>… read more →
Type: INSTANCE FUNCTION Purpose: Used to allow for a reversed-axis format when running voltammetry experiments. This displays the graph from positive to negative rather than from negative to positive. Usage:… read more →
Type: INSTANCE FUNCTION Purpose: Print the results of an RCV experiment out to the Output file. The Output record contains a separate table for each cycle and is printed in… 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 RCV object’s data array. The data, once… read more →