<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Signal classes > class IRUPDN > IRUPDN.New() |
Create a new IRUPDN signal generator.
Irupdn = IRUPDN.New(Tag, Pstat, IInit, IApex1, IApex2, IFinal, ScanInit, ScanApex, ScanFinal, Hold1, Hold2, Hold3, SampleTime, Cycles)
Tag |
STRING |
Object Tag. |
Pstat |
PSTATCLASS |
Potentiostat that will use the signal. |
IInit |
REAL |
Initial value in amperes. |
IApex1 |
REAL |
Apex 1 value in amperes. |
IApex2 |
REAL |
Apex 2 value in amperes. |
IFinal |
REAL |
Final value in amperes. |
ScanInit |
REAL |
Initial scan rate in A/s. |
ScanApex |
REAL |
Apex scan rate in A/s. |
ScanFinal |
REAL |
Final scan rate in A/s. |
Hold1 |
REAL |
Time to hold at IApex1 in seconds. |
Hold2 |
REAL |
Time to hold at IApex2 in seconds. |
Hold3 |
REAL |
Time to hold at IFinal in seconds. |
SampleTime |
REAL |
Time between data-acquisition steps. |
Cycles |
INDEX |
The number of Cycles this is to be run. |
Irupdn |
IRUPDN |
The object created. |