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