stop#
- Readout.stop(*, timeout: float = 10, sleep_time: float = 0.05) None [source]#
Stop the result logger.
- Parameters:
timeout (float) – The maximum waiting time in seconds for the Readout (default: 10).
sleep_time (float) – Sleep interval in seconds. (default = 0.05)
- Raises:
TimeoutError – The result logger could not been stopped within the given time.
- Return type:
None