ECM8.SetCell()

<< Click to Display Table of Contents >>

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

ECM8.SetCell()

Description

Change the Active Cell setting.

 

Usually used to connect one cell to the system potentiostat so that a measurement can be made on that cell. This function can also make all cells inactive.

 

Any previously Active Cell is switched to its inactive cell control mode.

 

The Aux A/D setting is not changed by this function.

 

Type

INSTANCE FUNCTION

 

Usage

Previous = ECM8.SetCell(Channel)

 

Channel

INDEX

Channel number (0 to 7). One less than the new Active Cell.

For example, Channel = 3 activates ECM8 cell Channel 4.

NIL

All cells are inactive.

Previous

INDEX

Channel number for previous setting (0 to 7).

NIL

No channel was previously on.