Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
There was an error while loading. Please reload this page.
The
Instrument.close()method hanging (or throws a timeout exception) ifctrl+cwas pressed during a read operation.Some instrument commands consume time (eg.: saving/fetching screenshot of the oscilloscope). If I press
Ctrl+Cduring 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.)