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