IRUPDN.New()
Type: CLASS FUNCTION
Purpose: Create a new IRUPDN signal generator.
Usage:
Irupdn=IRUPDN.New(Tag,Pstat,Iinit,IApex1,IApex2,Ifinal,ScanInit,ScanApex,ScanFinal,Hold1,Hold2,Hold3,SampleTime)
Tag
- STRING
- Object tag
Pstat
- PSTATCLASS
- Potentiostat that will use the signal
IInit
- REAL
- Initial value in amper
TInit
- REAL
- Initial time in seconds
IApex1
- REAL
- Apex 1 value in amperes
IApex2
- REAL
- Apex 2 value in amperes
IFinal
- REAL
- Final value in amperes.
ScanInit
- REAL
- Initial Scan Rate in A/s
ScanApex
- REAL
- Apex Scan Rate in A/s
ScanFinal
- REAL
- Final Scan Rate in A/s
Hold1
- REAL
- Time to hold at IApex1 in seconds
Hold2
- REAL
- Time to hold at IApex2 in seconds
Hold3
- REAL
- Time to hold at IFinal in seconds
SampleTime
- REAL
- Time between data-acquisition steps
Cycles
- INDEX
- The number of cycles to run.
Irupdn
- IRUPDN
- The object created
Comments are closed.