You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Instrument.close() method hanging (or throws a timeout exception) if ctrl+c was pressed during a read operation.
Some instrument commands consume time (eg.: saving/fetching screenshot of the oscilloscope). If I press Ctrl+C during an ask() or read(), the close()method cannot finish properly: it throws timeout error after the timeout time has been elapsed, which timeout must be big in some cases (because of the time consuming commands.)
The text was updated successfully, but these errors were encountered:
raczben
changed the title
close() hanging if a KeyboardInterrupt was raised
close() hanging if a Ctrl+C presseed ie. KeyboardInterrupt was raised
Sep 5, 2018
The
Instrument.close()
method hanging (or throws a timeout exception) ifctrl+c
was pressed during a read operation.Some instrument commands consume time (eg.: saving/fetching screenshot of the oscilloscope). If I press
Ctrl+C
during anask()
orread()
, theclose()
method cannot finish properly: it throws timeout error after the timeout time has been elapsed, which timeout must be big in some cases (because of the time consuming commands.)The text was updated successfully, but these errors were encountered: