wait_done#
- AWGCore.wait_done(*, timeout: float = 10, sleep_time: float = 0.005) None [source]#
Wait until the AWG is finished.
- Parameters:
timeout (float) – The maximum waiting time in seconds for the generator (default: 10).
sleep_time (float) – Time in seconds to wait between requesting generator state
- Raises:
RuntimeError – If continuous mode is enabled
TimeoutError – If the sequencer program did not finish within the specified timeout time
- Return type:
None