CereStim 96 API  RS-0075 Rev 3.00
BSTIMAPI BResult maxOutputVoltage ( BMaxOutputVoltage output,
UINT8  rw,
BOCVolt  voltage 
)

This will set the values of +VDD and -VSS on the stimulator which allows it to effectively limit the maximum outpu voltage that can be delivered during a stimulation. If the output current times the impedance of the electrode is greater than the max compliance voltage then it means the full current is not being deliverd to the electrode because it can not drive any more current.

Parameters
[in,out]outputPointer to a BMaxOutputVoltage structure that will contain the read values
[in]rwBoolean expression for determining if you just want to read the output compliance voltage or update it with a new value Read = 0 and Write = 1
[in]voltageThe voltage level that is being set if writing, otherwise it is ignored
Returns
a BResult status, either hardware or software error
See also
BOCVolt