Skip to content

Commit

Permalink
Fix isGeneratorRunning signal value.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum committed Apr 15, 2024
1 parent 9290c07 commit e371c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/src/bossdevice.m
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function configure_time_port_marker(obj, sequence)
end

function generator_running = get.isGeneratorRunning(obj)
generator_running = getsignal(obj, 'Rate Transition2', 1);
generator_running = getsignal(obj, 'Unit Delay', 1);
end

function obj = arm(obj)
Expand Down

0 comments on commit e371c8e

Please sign in to comment.