Imstep.Tweak()

<< Click to Display Table of Contents >>

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

Imstep.Tweak()

Description

Modify an existing IMSTEP signal generator.

 

Type

INSTANCE FUNCTION

 

Usage

Imstep.Tweak(Pstat, Iinit, Tinit, Istep, Tstep, Nsteps, SampleTime)

 

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 existing Imstep object.