Type: INSTANCE FUNCTION Purpose: Modify an existing Imstep signal generator. Usage: Imstep.Tweak(Pstat,IInit,TInit,Istep,Tstep,Nsteps,SampleTime) Pstat PSTATCLASS Potentiostat that will use the signal IInit REAL Initial value in amperes. TInit… read more →
Type: INSTANCE FUNCTION Purpose: Modify an existing ramp generator. Usage: Iramp.Tweak(Pstat, IInit, IFinal, ScanRate, SampleTime) Pstat PSTATCLASS Potentiostat that will use the signal IInit REAL Initial value… read more →
Type: CLASS FUNCTION Purpose: Creates a new ramp generator. The data-array is sized according to the signal generator used. Usage: Iramp = IRAMP.New(Tag, Pstat, IInit, IFinal, ScanRate, SampleTime) … read more →
Type: CLASS Purpose: The IRAMP class describes a current-ramp waveform that can be applied by a potentiostat while in the Galvanostat mode. The Iramp object encapsulates information about the starting… read more →
Type: CLASS FUNCTION Purpose: Creates a new Istep signal generator. Usage: Istep = ISTEP.New(Tag,Pstat,IInit,TInit,IFinal,TFinal,SampleTime) Tag STRING Object tag. Pstat PSTATCLASS Potentiostat that will use the signal. IInit… read more →
Type: CLASS Purpose: The ISTEP class describes a two-part current-step waveform which can be applied by a potentiostat while in the Galvanostat mode. The Istep object encapsulates information about the… read more →
Type: INSTANCE FUNCTION Purpose: Set up threshold conditions which must be met before Galvcor.StopAt() tests are performed. When any of the threshold tests is met, the StopAt criteria are evaluated… read more →
Type: CLASS FUNCTION Purpose: Creates a new Imstep signal generator. The data-array is sized according to the signal generator used. Usage: Imstep = IMSTEP.New(Tag, Pstat, IInit, TInit, Istep, Tstep, Nsteps,… read more →
Type: CLASS Purpose: The IMSTEP class describes a multiple-part current-step waveform which can be applied by a potentiostat while in the Galvanostat mode. The Imstep object encapsulates information about the… 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 →