Bluesky scanning - ISISComputingGroup/ibex_developers_manual GitHub Wiki
Bluesky
For information about scanning using bluesky, including information about:
- The bluesky run engine,
RE
- Bluesky ophyd-async devices (for example
BlockR
,BlockRw
,BlockRwRbv
,ReflParameter
, orSimpleDae
)- If you are looking at bluesky code which uses
async def
andawait
, and importsophyd_async
, you're probably looking at a device.
- If you are looking at bluesky code which uses
- Bluesky plans, (for example
scan
,adaptive_scan
)- If you are looking at bluesky code with lots of
yield from
statements, you're probably looking at a plan.
- If you are looking at bluesky code with lots of
- Bluesky callbacks (for example
LivePlot
,LiveFit
,ISISCallbacks
, file-writing)
For troubleshooting, see ibex_bluesky_core troubleshooting guide.
Please add troubleshooting information to that guide (via a pull-request on ibex_bluesky_core
) rather than this page.