IUPDN.New()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Signal classes > class IUPDN >

IUPDN.New()

Description

Create a new Iupdn signal generator.

 

Type

CLASS FUNCTION

 

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.