Sets the edge of the input pacer clock.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function SetExtInPacerEdge(ByRef edge As MccDaq.ExtPacerEdge) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo SetExtInPacerEdge(ExtPacerEdge edge)
edge
The input pacer clock edge. All edge settings are MccDaq.ExtPacerEdge enumerated constants. Valid values are Falling and Rising.