IMSTEP.New()
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, SampleTime) Tag STRING
Object tag.
Pstat PSTATCLASS
Potentiostat that will use the signal.
IInit REAL Initial value in amperes. TInit REAL Initial time in seconds. Istep REAL Step value in amperes. Tstep REAL Step time in seconds. Nsteps INDEX Number of steps to run using the step information. SampleTime REAL Time between data-acquisition steps. Imstep ICONST The object created.
Comments are closed.