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_id

numeric channel identifier.

polarity

logical or numeric SDK polarity value.

Outputs#

result

struct 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