ba_set_channel_bias#
Configure bias polarity for a channel.
Function Signature#
function result = ba_set_channel_bias(channel_id, polarity)
Usage#
result = ba_set_channel_bias(channel_id, polarity)
Inputs#
channel_idnumeric channel identifier.
polaritylogical or numeric SDK polarity value.
Outputs#
resultstruct returned by the native MEX session command.
Example#
ba_set_channel_bias(0, true)
Notes#
Requires an active device connection. Logical values are forwarded as a simple enabled/disabled polarity request.
Source File#
matlab/ba_set_channel_bias.m