ISTEP.New()

<< Click to Display Table of Contents >>

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

ISTEP.New()

Description

Create a new Istep signal generator.

 

Type

CLASS FUNCTION

 

Usage

Istep = ISTEP.New(Tag, Pstat, Iinit, Tinit, 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.

Ifinal

REAL

Final value in amperes.

Tfinal

REAL

Final time in seconds.

SampleTime

REAL

Time between data-acquisition steps.

Istep

ISTEP

The object created.