BoardConfig.SetOutputPacerOut()

Enable or disable the output pacer clock output.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo SetOutputPacerOut(int configVal)

Parameters

configVal

Enable or disable the output pacer clock output. Set 0 to disable, and 1 to enable.

Returns