BoardConfig.GetExtInPacerEdge() method

Returns the input pacer clock edge.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetExtInPacerEdge(out ExtPacerEdge edge)

Parameters

edge

Returns the input pacer clock edge – Falling or Rising.

Returns