cbAInputMode()

Sets the A/D channel input mode.

Function Prototype

C/C++

int cbAInputMode(int BoardNum, int InputMode)

Visual Basic

Function cbAInputMode(ByVal BoardNum&, ByVal InputMode&) As Long

Arguments

BoardNum

The number associated with the board when it was installed with InstaCal or created with cbCreateDaqDevice(). BoardNum may be 0 to 99.

InputMode

The channel input mode. Set to either DIFFERENTIAL or SINGLE_ENDED.

Returns