Type: INSTANCE FUNCTION Purpose: Modify an existing Vmstep signal generator. Usage: Vmstep.Tweak(Pstat, VInit, TInit, Vstep, Tstep, Nsteps, SampleTime) Pstat PSTATCLASS Potentiostat that will use the signal VInit… read more →
Type: INSTANCE FUNCTION Purpose: Modify an existing voltage-ramp generator. Usage: Vramp.Tweak(Pstat, VInit, VFinal, ScanRate, SampleTime) Pstat PSTATCLASS Potentiostat that will use the signal VInit REAL Initial value… read more →
Type: INSTANCE FUNCTION Purpose: Modify an existing Vstep signal generator. Usage: Vstep.Tweak(Pstat, VInit, TInit, VFinal, TFinal, SampleTime) Pstat PSTATCLASS Potentiostat that will use the signal VInit REAL… read more →
Type: INSTANCE FUNCTION Purpose: Modify an existing VUPDN signal generator. Usage: Vupdn.Tweak(Pstat, Vinit, VApex, Vfinal, ScanInit, ScanFinal, SampleTime) Pstat PSTATCLASS Potentiostat that will use the signal VInit… read more →
Type: CLASS Purpose: The VSTEP class describes a two-part voltage-step waveform which can be applied by a potentiostat while in the Potentiostat mode. The Vstep object encapsulates information about the… read more →
Type: CLASS FUNCTION Purpose: Creates a new VUPDN signal generator. Usage: Vupdn = VUPDN.New(Tag, Pstat, Vinit, VApex, Vfinal, ScanInit, ScanFinal, SampleTime) Tag STRING Object tag. Pstat PSTATCLASS… read more →
Type: CLASS Purpose: The VUPDN class describes a dual voltage-ramp waveform which can be applied by a potentiostat while in the Potentiostat mode. The voltage is ramped from an initial… read more →
Type: CLASS Purpose: The VMSTEP class describes a multi-part voltage-step waveform which can be applied by a potentiostat while in the Potentiostat mode. The Vmstep object encapsulates information about the… read more →
Type: CLASS FUNCTION Purpose: Creates a new ramp generator. A given Vramp object can be used by more than one curve but can be used by only one curve at… read more →
Type: CLASS Purpose: The VRAMP class describes a voltage-ramp waveform that can be applied by a potentiostat while in the Potentiostat mode. The Vramp object encapsulates information about the starting… read more →