DscADSetChannel

Universal Driver Documentation
Sets the input channel range for future A/D conversions. A slight delay of approximately 10 microseconds occurs during this function call in order to allow the analog circuit on the board to settle on the new settings.

Function Definition

BYTE dscADSetChannel(DSCB board, BYTE low_channel, BYTE high_channel);

Function Parameters

NameDescription
boardThe handle of the board to operate on
low_channelThe low channel in the desired range of channels
high_channelThe high channel in the desired range of channels

Return Value

Error code or 0.


This page was last modified 11:42, 12 Feb 2004.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.