BoardConfig.SetExtOutPacerEdge()

Sets the edge of the output pacer clock.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo SetExtOutPacerEdge(ExtPacerEdge edge)

Parameters

edge

The output pacer clock edge. All edge settings are MccDaq.ExtPacerEdge enumerated constants. Valid values are Falling and Rising.

Returns