cbPulseOutStop()

Stops a timer output. Use cbPulseOutStart() to start the output.

Function Prototype

C/C++

int cbPulseOutStop (int BoardNum, int TimerNum);

Visual Basic

Function cbPulseOutStop(ByVal BoardNum&, ByVal TimerNum&) As Long

Arguments

BoardNum

The number associated with the board when it was installed with InstaCal or created with cbCreateDaqDevice(). BoardNum may be 0 to 99. The specified board must have a pulse-type counter.

TimerNum

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

Returns