<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Signal classes > class VMSTEP > VMSTEP.New() |
Create a new VMSTEP signal generator.
The data-array is sized according to the signal generator used.
Vmstep = VMSTEP.New(Tag, Pstat, Vinit, Tinit, Vstep, Tstep, Nsteps, SampleTime)
Tag |
STRING |
Object Tag. |
Pstat |
PSTATCLASS |
Potentiostat that will use the signal. |
Vinit |
REAL |
Initial value in volts. |
Tinit |
REAL |
Initial Time in seconds. |
Vstep |
REAL |
Step value in volts. |
Tstep |
REAL |
Step time in seconds. |
Nsteps |
INDEX |
Number of steps to run using the step information. |
SampleTime |
REAL |
Time between data-acquisition steps. |
Vmstep |
VMSTEP |
The object created. |