VDSTEP.New()

<< Click to Display Table of Contents >>

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

VDSTEP.New()

Description

Create a new VDSTEP signal generator.

 

Type

CLASS FUNCTION

 

Usage

Vdstep = VDSTEP.New(Tag, Pstat, VInit, TInit, VStep1, TStep1, VFinal, TFinal, SampleTime)

 

Tag

STRING

Curve Tag for data output. Used to label the file

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 object created.