BoardConfig.GetSyncMode()

Returns the simultaneous mode setting of supported analog output devices.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetSyncMode(out int configVal)

Parameters

configVal

Returns the simultaneous mode setting – 0 (Master mode), or 1 (Slave mode).

Returns