Idstep.Tweak()

<< Click to Display Table of Contents >>

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

Idstep.Tweak()

Description

Modify an existing IDSTEP signal generator.

 

Type

INSTANCE FUNCTION

 

Usage

Idstep.Tweak(Pstat, IInit, TInit, IStep1, TStep1, IFinal, TFinal, SampleTime)

 

Pstat

PSTATCLASS

Potentiostat that will use the signal.

IInit

REAL

Initial value in amperes.

TInit

REAL

Initial time in seconds.

IStep1

REAL

Step 1 current in amperes.

TStep1

REAL

Step 1 time in seconds.

IFinal

REAL

Final value in amperes.

TFinal

REAL

Final time in seconds.

SampleTime

REAL

Time between data-acquisition steps.

Idstep

IDSTEP

The existing Idstep object.