IUPDN.New()
Type: CLASS FUNCTION
Purpose: Creates a new IUPDN signal generator.
Usage:
Iupdn = IUPDN.New(Tag, Pstat, Iinit, Iapex, Ifinal, ScanInit, ScanFinal, SampleTime) Tag STRING
Object tag.
Pstat PSTATCLASS
Potentiostat that will use the signal.
IInit REAL Initial value in amperes. Iapex REAL Apex value in amperes. IFinal REAL Final value in amperes. ScanInit REAL Initial scan rate in amperes/second. ScanFinal REAL Final scan rate in amperes/second. SampleTime REAL Time between data-acquisition steps. Iupdn IUPDN The object created.
Comments are closed.