Closed prjemian closed 2 years ago
Can imagine a user wanting a delay step in a sequence of plans.
delay
Use bluesky.plan_stubs.sleep
bluesky.plan_stubs.sleep
@tguruswamy Thanks for the suggestion. This was very easy to implement, by exposing the correct library call from the upstream bluesky package.
bluesky
Can imagine a user wanting a
delay
step in a sequence of plans.