AInputMode()

Sets the A/D channel input mode.

Member of the MccBoard class.

Function Prototype

VB .NET

Public Function AInputMode(ByVal inputMode As MccDaq.AInputMode) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo AInputMode(MccDaq.AInputMode inputMode)

Parameters

inputMode

The channel input mode. The inputMode setting is an MccDaq.AInputMode enumerated constant. Set to either Differential or SingleEnded.

Returns