<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Signal classes > class VMSTEP > Vmstep.Tweak() |
Modify an existing VMSTEP signal generator.
Vmstep.Tweak(Pstat, Vinit, Tinit, Vstep, Tstep, Nsteps, SampleTime)
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 existing Vmstep object. |