VDSTEP.Tweak()
Type: INSTANCE FUNCTION
Purpose: Modify an existing VDSTEP signal generator.
Usage:
Vdstep.Tweak(Pstat,VInit,TInit,VStep1,TStep1,VFinal,TFinal,SampleTime)
Pstat
- PSTATCLASS
- Potentiostat that will use the signal
VInit
- REAL
- Initial value in volts.
TInit
- REAL
- Initial time in seconds
VStep1
- REAL
- Step 1 value in volts
TStep1
- REAL
- Step 2 time in seconds
VFinal
- REAL
- Final value involts
TFinal
- REAL
- Final time in seconds
SampleTime
- REAL
- Time between data-acquisition steps
Vdstep
- VDSTEP
- The existing object.
Comments are closed.