PulseOutStop()

Stops a timer output. Use PulseOutStart() to start the output. Use this method with counter boards that have a timer-type counter.

Member of the MccBoard class.

Function Prototype

VB .NET

Public Function PulseOutStop ByVal timerNum As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo PulseOutStop(int timerNum)

Parameters

timerNum

The timer to stop. Valid values are zero (0) up to the number of timers on the board – 1.

Returns