BoardConfig.GetExtOutPacerEdge() method

Returns the output pacer clock edge.

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

Function Prototype

VB .NET

Public Function GetExtOutPacerEdge(ByRef edge As MccDaq.ExtPacerEdge) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo GetExtOutPacerEdge(out ExtPacerEdge edge)

Parameters

edge

Returns the output pacer clock edge – Falling or Rising.

Returns