<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Signal classes > class IDSTEP > IDSTEP.New() |
Create a new IDSTEP signal generator.
Idstep = IDSTEP.New(Tag, Pstat, IInit, TInit, IStep1, TStep1, IFinal, TFinal, SampleTime)
Tag |
STRING |
Curve Tag for data output. Used to label the file |
Pstat |
PSTATCLASS |
Potentiostat that will use the signal. |
IInit |
REAL |
Initial value in amperes. |
TInit |
REAL |
Initial time in seconds. |
IStep1 |
REAL |
Step 1 current in amperes. |
TStep1 |
REAL |
Step 1 time in seconds. |
IFinal |
REAL |
Final value in amperes. |
TFinal |
REAL |
Final time in seconds. |
SampleTime |
REAL |
Time between data-acquisition steps. |
Idstep |
IDSTEP |
The object created. |