Pstat.SetScanRange()

Pstat.SetScanRange()

Type: INSTANCE FUNCTION

Purpose: 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.

Usage: Result = Pstat.SetScanRange(V)

or

Result = Pstat.SetScanRange(V1,V2)

       
  V REAL Scan from –V to +V
  or  
  INDEX

Set Range using predefined constants:

ScanRangeCoarse = 0

ScanRangeMed = 1

ScanRangeFine = 2 (default state)

  or  
  V1, V2 2 REALS Scan from V1 to V2
  ReEsult INDEX

Range as set.

Related Topics Link IconRelated Topics