stop#
- Spectroscopy.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 Spectroscopy (default: 10).
sleep_time (float) – Time in seconds to wait between requesting Spectroscopy state
- Raises:
TimeoutError – If the result logger could not been stopped within the given time.
- Return type:
None