IDSTEP.Tweak()
Type: INSTANCE FUNCTION
Purpose: Modify an existing IDSTEP signal generator.
Usage:
Idstep.Tweak(Pstat,IInit,TInit,IStep1,TStep1 IFinal,TFinal,SampleTime)
Pstat
- PSTATCLASS
- Potentiostat that will use the signal
IInit
- REAL
- Initial value in amperes.
TInit
- REAL
- Initial time in seconds
IStep1
- REAL
- Step 1 value in amperes
TStep1
- REAL
- Step 2 time in seconds
IFinal
- REAL
- Final value in amperes
TFinal
- REAL
- Final time in seconds
SampleTime
- REAL
- Time between data-acquisition steps
Idstep
- IDSTEP
- The existing object.
Comments are closed.