wait_done#

Readout.wait_done(*, timeout: float = 10, sleep_time: float = 0.05) None[source]#

Wait until the readout is finished.

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 – if the readout recording is not completed within the given time.

Return type:

None