BoardConfig.GetOutputPacerOut() method

Returns the state of the output pacer clock.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetOutputPacerOut(out int configVal)

Parameters

configVal

Returns a number indicating the state of the output pacer clock. (0 = disabled, 1 = enabled).

Returns