Vrupdn.Tweak()

<< Click to Display Table of Contents >>

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

Vrupdn.Tweak()

Description

Modify an existing VRUPDN signal generator.

 

Type

INSTANCE FUNCTION

 

Usage

Vrupdn.Tweak(Pstat, VInit, VApex1, VApex2, VFinal, ScanInit, ScanApex, ScanFinal, Hold1, Hold2, Hold3, SampleTime)

 

Pstat

PSTATCLASS

Potentiostat that will use the signal.

VInit

REAL

Initial value in volts.

VApex1

REAL

Apex 1 value in volts.

VApex2

REAL

Apex 2 value in volts.

VFinal

REAL

Final value in volts.

ScanInit

REAL

Initial scan rate in V/s.

ScanApex

REAL

Apex scan rate in V/s.

ScanFinal

REAL

Final scan rate in V/s.

Hold1

REAL

Time to hold at VApex1 in seconds.

Hold2

REAL

Time to hold at VApex2 in seconds.

Hold3

REAL

Time to hold at VFinal in seconds.

SampleTime

REAL

Time between data-acquisition steps.

Vrupdn

VRUPDN

The existing Vrupdn object.