BoardConfig.GetInputPacerOut() method

Returns the state of the input pacer clock.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetInputPacerOut(out int configVal)

Parameters

configVal

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

Returns