BCDA-APS / bdp_controls

APS-U Beam line Data Pipelines - experiment controls with EPICS and Bluesky
Other
0 stars 1 forks source link

add plan for "delay(t)" #17

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

Can imagine a user wanting a delay step in a sequence of plans.

prjemian commented 2 years ago

Use bluesky.plan_stubs.sleep

prjemian commented 2 years ago

@tguruswamy Thanks for the suggestion. This was very easy to implement, by exposing the correct library call from the upstream bluesky package.