VMSTEP.New()


Type: CLASS FUNCTION

Purpose: Creates a new signal generator.

Usage:

Vmstep = VMSTEP.New(Tag, Pstat, VInit, TInit, Vstep, Tstep, Nsteps, SampleTime)       Tag STRING

Object tag.

Pstat PSTATCLASS

Potentiostat that will use the signal.

VInit REAL Initial value in volts. TInit REAL Initial time in seconds. Vstep REAL Step value in volts. Tstep REAL Step time in seconds. Nsteps INDEX Number of steps to run using the step information. SampleTime REAL Time between data-acquisition steps. Vmstep VMSTEP The object created.

Related Topics Link IconRelated Topics