IRAMP.New()

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)
     
Tag STRING

Object tag.

Pstat PSTATCLASS

Potentiostat that will use the signal.

IInit REAL Initial value in amperes.
IFinal REAL Final value in amperes.
ScanRate REAL Scan rate in amperes/second.
SampleTime REAL Time between data-acquisition steps.
Iramp IRAMP The object created.

Related Topics IconRelated Topics