VDSTEP.New()
Type: CLASS FUNCTION
Purpose: Create a new signal generator.
Usage:
Vdstep = VDSTEP.New(Tag,Pstat,VInit,TInit,VStep1,TStep1,VFinal,TFinal,SampleTime)
Tag
- STRING
- Curve tag for data output. Used to label the file
Pstat
- PSTATCLASS
- Potentiostat that uses the signal
Vinit
- REAL
- Initial value in volts.
TInit
- REAL
- Initial time in seconds.
VStep1
- REAL
- Step 1 voltage in volts.
TStep1
- REAL
- Step 1 time in seconds.
VFinal
- REAL
- Final value in volts.
TFinal
- REAL
- Final time in seconds.
SampleTime
- REAL
- Time between data-acquisition steps.
Vdstep
- VDSTEP
- The object created.
Comments are closed.