Permalink
Browse files

last minute fixe on the recording session when using NI devices

  • Loading branch information...
1 parent 1da2a22 commit c77552eef8269480bb0f14b667ad78bc7109d4c5 @maxoc maxoc committed Jul 19, 2016
Showing with 1 addition and 0 deletions.
  1. +1 −0 SigRecordings/RecordingSession.m
@@ -474,6 +474,7 @@
% NI DAQ card: "You must delete the listener once the operation is complete"
if strcmp(ComPortType,'NI');
+ error=0;
if ~s.IsDone % check if is done
s.wait();
end

0 comments on commit c77552e

Please sign in to comment.