Skip to content

Commit

Permalink
Use esaote3 adapter in the Us4R_control matlab script.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik authored Aug 29, 2021
1 parent 7c378f0 commit c3d76da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/matlab/examples/Us4R_control.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

%% Initialize the system, sequence, and reconstruction
us = Us4R('probeName', 'SL1543', ...
'adapterType', 'esaote2-us4r8', ...
'adapterType', 'esaote3', ...
'voltage', 50, ...
'logTime', true);

Expand Down

0 comments on commit c3d76da

Please sign in to comment.