<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Signal classes > class IRAMP > IRAMP.New() |
Create a new Iramp signal generator.
The data-array is sized according to the signal generator used.
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. |