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