Vdstep.Tweak()

<< Click to Display Table of Contents >>

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

Vdstep.Tweak()

Description

Modify an existing VDSTEP signal generator.

 

Type

INSTANCE FUNCTION

 

Usage

Vdstep.Tweak(Pstat, VInit, TInit, VStep1, TStep1, VFinal, TFinal, SampleTime)

 

Pstat

PSTATCLASS

Potentiostat that will use the signal.

VInit

REAL

Initial value in volts.

TInit

REAL

Initial time in seconds.

VStep1

REAL

Step 1 voltage in volts.

TStep1

REAL

Step 1 time in seconds.

VFinal

REAL

Final value in volts.

TFinal

REAL

Final time in seconds.

SampleTime

REAL

Time between data-acquisition steps.

Vdstep

VDSTEP

The existing Vdstep object.