CereStim 96 API  RS-0075 Rev 3.00
BSTIMAPI BResult autoStimulus ( UINT8  electrode,
BConfig  configID 
)

This command tells the stimulator when to send a stimulus to an electrode in a stimulation script. It can be used as many times as needed so long as the total number of commands does not exceed 128. It should also be used within beginningOfGroup and endOfGroup commands to allow for simultaneous stimulations.

Parameters
[in]electrodeThe electrode that will be stimulated Valid values are from 1 - 96
[in]configIDOne of the fifteen stimulation waveforms that should be used
Returns
a BResult status, either hardware or software error
See also
BConfig
Examples:
simpleExample.cpp.