AbortPulsePal()
AbortPulsePal()
Description
Terminates ongoing stimulation on all output channels. This can also be accomplished at any time by pressing the thumb-joystick button on the device.
Syntax
AbortPulsePal;
Parameters
None
Returns
None
Example
% This code triggers output channels 4 and 2 to play their current programs
TriggerPulsePal('1010')
% This code aborts playback on all output channels
AbortPulsePal;