bluesky.plans.sleep

bluesky.plans.sleep(time)

Tell the RunEngine to sleep, while asynchronously doing other processing.

This is not the same as import time; time.sleep() because it allows other actions, like interruptions, to be processed during the sleep.

Parameters:time (float) – seconds
Yields:msg (Msg) – Msg(‘sleep’, None, time)