Type: INSTANCE FUNCTION Purpose: Used in output of data from an RCV object. A data point from the object is printed to an ASCII string. This string can in turn be… read more →
Type: INSTANCE FUNCTION Purpose: Enable or disable the RCV termination limits. There are two limiting conditions upon which a curve may prematurely terminate: 1. Under I < 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 number of graphs displayed in the real-time display. Usage: Rcv.SetPlotView(Format) Format INDEX 0 = No graph displayed 1 = Single graph displayed 2 =… read more →
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: 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 →