Mux.SetOffMode()

Mux.SetOffMode()

Type: INSTANCE FUNCTION

Purpose: Set the Inactive Cell control mode for one of more ECM8 multiplexer channels.

The Inactive Cell control mode is applied to a channel whenever that channel is not the Active Cell.

The control mode of currently inactive cells changes immediately. If the control mode is set on the current Active Cell, it does not become effective until the cell becomes inactive.

One of three possible settings are allowed. Each setting has a predefined constant that can be used to make the function call more readable. These constants are:

MuxOffOpen {0} Inactive Cell is at open circuit.

MuxOffLocal {1} Inactive Cell is controlled by local potentiostat.

MuxOffShort {2} Working and Counter electrodes of Inactive Cell are shorted. Used for Galvanic Corrosion

Usage: Mux.SetOffMode(Channel, Mode)

  Channel

INDEX

Apply mode to given channel number from 0 to 7.

  or  
  NIL Apply mode to all channels.
  or  
  BITS Apply Mode to channels having a one in bit pattern.
Bit N corresponds to channel N + 1.
For example: 0x05 applies Mode to channels 1 and 3,
with all other channels unchanged.
  Mode

INDEX

Value from 0 to 2. Predefined constants are:

MuxOffOpen {0} Open circuit.

MuxOffLocal {1} Local potentiostat.

MuxOffShort {2} Working electrode and counter electrode are shorted.

Related Topics Link IconRelated Topics