Pstat.SetStability()

<< Click to Display Table of Contents >>

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

Pstat.SetStability()

Description

Set the I/E converter stability for potentiostat mode.

 

There are four settings for stability:

 

Fast (0)

Medium Fast (1)

Medium or Normal (2)

Slow (3)

 

with the most stable case being Slow.

 

The Fast value corresponds to no extra I/E converter filtering. The Medium value corresponds to a small I/E filter which enhances stability. The Slow value corresponds to a large I/E filter which removes 50/60 Hz mains noise in the lower current ranges.

 

While it would take an advanced course in amplifier design to completely understand the stability setting, we can offer you a few guidelines:

 

1.Always leave the stability in Fast for galvanostatic operation.

2.If the potentiostat is showing high-speed oscillation that depends on the current range in use, try increasing the stability setting.

3.If your curves are noisy at low currents, try setting stability to Slow.

4.If you are acquiring data faster than 0.2 seconds/point and see glitches when the current range changes, try decreasing the stability.

 

Type

INSTANCE FUNCTION

 

Usage

SetSwitch = Pstat.SetStability(Switch)

 

Switch

INDEX

0 = no IE filtering (Fast)

1 = very small filter (Medium Fast)

2 = small filter (Medium, Normal)

3 = large filter (Slow)

SetSwitch

INDEX

The new setting.

 

Four constants have been set to make code reading easier. Located in the pstat.exp script, their names are:

 

StabilityFast

0

StabilityMedFast

1

StabilityNorm

2

StabilitySlow

3