IMX.SetDac()

<< Click to Display Table of Contents >>

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

IMX.SetDac()

Description

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

 

This voltage is applied to local potentiostat.

 

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

 

Type

INSTANCE FUNCTION

 

Usage

IMX.SetDac(Channel, Voltage)

 

Channel

INDEX

Change DAC on given Channel number (0 to 7).

NIL

Change DAC on all channels.

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.

Previous

INDEX

Must be a number between ±5.12 V.