<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Signal classes > class VCONST > VCONST.New() |
Create a new constant voltage signal generator.
Vconst = VCONST.New(Tag, Pstat, Voltage, Time, SampleTime)
Tag |
STRING |
Object Tag. |
Pstat |
PSTATCLASS |
Potentiostat that uses the signal. |
Voltage |
REAL |
Applied voltage in volts. |
Time |
REAL |
Total time in seconds. |
SampleTime |
REAL |
Time between data-acquisition steps. |
Vconst |
VCONST |
The object created. |