<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Signal classes > class ICONST > ICONST.New() |
Create a new constant-current signal-generator.
Iconst = ICONST.New(Tag, Pstat, Current, Time, SampleTime)
Tag |
STRING |
Object Tag. |
Pstat |
PSTATCLASS |
Potentiostat that will use the signal. |
Current |
REAL |
Applied Current in amperes. |
Time |
REAL |
Total Time in seconds. |
SampleTime |
REAL |
Time between data-acquisition steps. |
Iconst |
ICONST |
The object created. |