BoardConfig.GetAdSettlingTime() method

Returns 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 GetAdSettlingTime(ByRef configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo GetAdSettlingTime(out int configVal)

Parameters

configVal

Returns the ADC settling time.

Returns