Returns the board's configuration register STARTUP bit setting. Refer to SetDACStartup() Notes section for more information.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function GetDACStartup(ByVal devNum As Integer, ByRef configVal As Integer) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo GetDACStartup(int devNum, out int configVal)
devNum
The number of the DAC channel whose startup bit setting you want to get.
configVal
The setting of the startup bit (0 or 1).