BoardConfig.SetAdSettlingTime()

Sets the settling time of an analog input channel.

Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.

Function Prototype

VB .NET

Public Function SetAdSettlingTime(ByRef configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetAdSettlingTime(int configVal)

Parameters

configVal

ADC settling time.

Returns