We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d626c4 commit 8d6ab14Copy full SHA for 8d6ab14
toolbox/src/bossdevice.m
@@ -344,7 +344,11 @@ function stop(obj)
344
setparam(obj, 'UDP', 'num_aux_channels', n);
345
end
346
347
- function configure_time_port_marker(obj, sequence)
+ function obj = configure_time_port_marker(obj, sequence)
348
+ arguments
349
+ obj bossdevice
350
+ sequence {mustBeNumeric}
351
+ end
352
numRows = size(obj.generator_sequence, 1);
353
354
assert(size(sequence, 1) <= numRows, 'Sequence exceeds maximum number of rows.');
0 commit comments