ba_load_config#

Apply current stream configuration to the device.

Function Signature#

function result = ba_load_config()

Usage#

result = ba_load_config()

Outputs#

result

struct returned by the native MEX session command.

Example#

ba_set_sample_rate(250);
ba_load_config()

Notes#

Requires an active device connection.

Source File#

matlab/ba_load_config.m