IDSTEP.New()
Type: CLASS FUNCTION
Purpose: Create a new Idstep signal generator.
Usage:
Idstep = IDSTEP.New(Tag,Pstat,IInit,TInit,IStep1,TStep1 IFinal,TFinal,SampleTime)
Tag
- STRING
- Object tag
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 1 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 object created
Comments are closed.