BoardConfig.SetExtInPacerEdge()

Sets the edge of the input pacer clock.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo SetExtInPacerEdge(ExtPacerEdge edge)

Parameters

edge

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

Returns