IMSTEP.New()

<< Click to Display Table of Contents >>

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

IMSTEP.New()

Description

Create a new IMSTEP signal generator.

 

The data-array is sized according to the signal generator used.

 

Type

CLASS FUNCTION

 

Usage

Imstep = IMSTEP.New(Tag, Pstat, Iinit, Tinit, Istep, Tstep, Nsteps, 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.

Istep

REAL

Step value in amperes.

Tstep

REAL

Step time in seconds.

Nsteps

INDEX

Number of steps to run using the step information.

SampleTime

REAL

Time between data-acquisition steps.

Imstep

IMSTEP

The object created.