BoardConfig.GetDACUpdateMode() method

Returns the update mode for a digital-to-analog converter (DAC).

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

Function Prototype

VB .NET

Public Function GetDACUpdateMode(ByVal configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo GetDACUpdateMode(out int configVal)

Parameters

configVal

Returns a number indicating the DAC update mode (0 = immediate, 1 = on command).

Returns