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.
VB .NET
Public Function PulseOutStop ByVal timerNum As Integer) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo PulseOutStop(int timerNum)
timerNum
The timer to stop. Valid values are zero (0) up to the number of timers on the board – 1.