TimerOutStop()

Stops a timer square wave output. Use TimerOutStart() to stop 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 TimerOutStop(ByVal timerNum As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo TimerOutStop(int timerNum)

Parameters

timerNum

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

Returns