BoardConfig.SetInputPacerOut()

Enable or disable the input pacer clock output.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo SetInputPacerOut(int configVal)

Parameters

configVal

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

Returns