for m = 1:4000
UPDATE_multiDM(driver_info, amplitudes2);
UPDATE_multiDM(driver_info, amplitudes1);
end
Is it possible to execute this line --> set(deviceObj.Acquisition(1), 'State', 'stop'); simultaneously with the for loop above. So during the 1:4000 I will be able to execute this line
The line will stop a oscilloscope from running while the the for loop continues to run until it reaches the end