BoardConfig.GetAdResolution() method

Gets the A/D resolution.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetAdResolution(out int configVal)

Parameters

configVal

A/D resolution.

Returns