Type: CLASS Purpose: The VPV class describes a voltage ramp and square-wave waveform that can be applied by a potentiostat while in the potentiostat mode. The VPV object encapsulates information… read more →
Type: INSTANCE FUNCTION Purpose: Modify an existing voltage-ramp generator. Usage: Vpv.Tweak(Pstat, VInit, Vstepl, VPulseSize, SampleTime) Pstat PSTATCLASS Potentiostat that will use the signal VInit REAL Initial value in volts. VStep… read more →
Type: INSTANCE FUNCTION Purpose: Return the current title of the curve. Usage: Title = Pv.Title() Title STRING The current title of the curve.
Type: CLASS FUNCTION Purpose:Create a new ramp and square-wave generator. A given VPV object can be used by more than one curve, but can be used by only one curve… read more →
Type:LICENSE Purpose: The Signal license is required by curve objects. The actual script text doesn’t refer to the license.
Type: INSTANCE FUNCTION Purpose: Enable or disable the PV termination limits. There are six limiting conditions upon which a curve may prematurely terminate: Potentiostatic Mode 1. Under Im < Limit… 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: Print the status of the PV 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 in output of data from a PV 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: Pv.SetPlot(View, MinI, MinV, MinT) View INDEX 0 = Vfwd vs Im 1 = Log(I)… read more →