BoardConfig.GetDacResolution() method

Gets the D/A resolution.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetDacResolution(out int configVal)

Parameters

configVal

D/A resolution.

Returns