BCDA-APS / use_bluesky

Tools to help APS use the Bluesky Framework (https://blueskyproject.io/)
8 stars 3 forks source link

demonstrate linux command as ophyd Device #98

Closed prjemian closed 3 years ago

prjemian commented 3 years ago

A user asks how to launch a Linux command from bluesky (a command that takes some time before it finishes) and waits for it to finish, then return anything it has printed to the console.

prjemian commented 3 years ago

BTW: The action cannot block execution of the bluesky RunEngine while waiting for the linux command to finish.