Thread classes
- class pymeasure.display.thread.StoppableQThread(parent=None)
Bases:
QThreadBase class for QThreads which require the ability to be stopped by a thread-safe method call
- join(timeout=0)
Joins the current thread and forces it to stop after the timeout if necessary
- Parameters:
timeout – Timeout duration in seconds (default:
0)