Pstat.SetScanRange()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Instrument classes > class PSTAT >

Pstat.SetScanRange()

Description

Set the voltage range of the Scan DAC.

 

When the signal is attached to the potentiostat, the scan range is automatically set. However, if you intend to set the scan voltage manually via Pstat.SetScan(), use a call to Pstat.SetScanRange() beforehand.

 

Type

INSTANCE FUNCTION

 

Usage

Result = Pstat.SetScanRange(V)

 

or

 

Result = Pstat.SetScanRange(V1,V2)

 

V

REAL

Scan from –V to +V.

INDEX

Set range using predefined constants:

ScanRangeCoarse = 0

ScanRangeMed = 1

ScanRangeFine = 2 (default state)

V1

REAL

Start voltage of the scan.

V2

REAL

End voltage of the scan.

Result

INDEX

Range as set.