Type: CLASS Purpose: The PV class manages data-acquisition for a Pulse Voltammetry curve. There may be more than one data-acquisition object in a script, but only one may be running… read more →
Type: CLASS FUNCTION Purpose: Create a new PV object. Usage: Pv = PV.New(Tag, Pstat, ReverseDifference) Tag STRING Optional. Used to print a different Tag than the one used in the call… read more →
Type: CLASS Purpose: The IPV class describes a current ramp and square-wave waveform that can be applied by a potentiostat while in the Galvanostatic mode. The IPV object encapsulates information… read more →
Type: INSTANCE FUNCTION Purpose: Modify an existing pulse waveform generator. Usage: Vdstep.TweakIpv.Tweak(Pstat, VInit, Vstep, VPulseSize, SampleTime) Pstat PSTATCLASS Potentiostat that will use the signal IInit REAL Initial value in amperes.… read more →
Type:LICENSE Purpose: The Signal license is required by curve objects. The actual script text doesn’t refer to the license.
Type: CLASS FUNCTION Purpose: Create a new ramp and square-wave generator. A given IPV object can be used by more than one curve, but can be used by only one… read more →