ADChannelNo: selected channel number or the ending channel number to perform A/D conversion.
@Return Code
ERR_NoError
5.16_9111_AD_Get_Channel
@ Description
This function reads from the multiplexer scan channel register to get the AD channel number and the value is stored in ADChannelNo. Under
@ Syntax
C/C++ (DOS)
U16 _9111_AD_Get_Channel (U16 cardNo, U16 *ADChannelNo )
C/C++ (Windows 95)
U16 W_9111_AD_Get_Channel (U16 cardNo, U16 *ADChannelNo)
Visual Basic (Windows 95)
W_9111_AD_Get_Channel (ByVal cardNo As Integer, ADChannelNo As Integer) As Integer
@ Argument
cardNo: The card number of
ADChannelNo: channel number to perform A/D conversion
@Return Code
ERR_NoError
C/C++ Library ∙45