Type: CLASS FUNCTION Purpose: Creates a new object of the LINFIT class. Usage: LinFit = LINFIT.New(Tag) LinFit LINFIT The new LINFIT object. Tag STRING A tag used to… read more →
Type: CLASS Purpose: The LINFIT class performs a linear least-squares fit of y and x data arrays. The data arrays are normally extracted from one of the Explain CURVE type… read more →
Type: CLASS Purpose: The IUPDN class describes a dual-slope current-ramp waveform which can be applied by a potentiostat while in the Galvanostat mode. The current is ramped from an initial… read more →
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 IUPDN signal generator. Usage: Iupdn = IUPDN.New(Tag, Pstat, Iinit, Iapex, Ifinal, ScanInit, ScanFinal, SampleTime) Tag STRING Object tag. Pstat PSTATCLASS… 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 →