Mux.SetDac()

Mux.SetDac()

Type: INSTANCE FUNCTION

Purpose: Set the local DAC (digital-to-analog converter) voltage for a given channel or channels.

This voltage is applied to local potentiostat and appears (sign inverted) on the ECM8’s rear-panel output BNC(s).

The local potentiostat is only connected to the cell if the Inactive Cell control mode is set to the local potentiostat setting. The Mux.SetDac() function does not affect this Inactive Cell control setting.

Usage: Mux.SetDac(Channel, Voltage)

 

Channel

INDEX

Change DAC on given channel number (0-7).

  or  
  NIL Change DAC on all channels.
  or  
  BITS Change DAC on all channels having a one in bit pattern.
Bit N corresponds to channel N + 1.
For example: 0x05 changes DAC on channels 1 and 3
with all other channels unchanged.
  Voltage

REAL

Must be a number between ±5.12 V.

Related Topics Link IconRelated Topics