Sets the analog input mode for a specified A/D channel.
Member of the MccBoard class.
VB .NET
Public Function AChanInputMode(ByVal chan, ByVal inputMode As MccDaq.AInputMode) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo AChanInputMode(int chan, MccDaq.AInputMode inputMode)
chan
The A/D input channel.
inputMode
The channel input mode. The inputMode setting is an MccDaq.AInputMode enumerated constant. Set to either Differential or SingleEnded.