Tom C (DLS)
Tom C (DLS)
Although I don't know if the `alldone` and `moving` PVs are present in the demo. It might need `motorUtil.db` loading...
On the G13 powerbrick, run a 400Hz scan with the P variable approach and measure CPU usage, then do the same with this approach and measure CPU usage, then if...
Decided to do `subscribe(cb, run=True)` and pass `**kwargs` to `Suspender.install` that is passed down
# Steps to fix this ## `protocols.py` Change https://github.com/bluesky/bluesky/blob/f25df0b24b30cac20098b487c54d1113695a915f/src/bluesky/protocols.py#L465 to ```python def subscribe(self, function: Callback, run: bool = True) -> None: ``` Adding to the docstring `if run is True...
cibuildwheel might help with this...
Updated one, most are still to do
> @coretl is this a scanspec use case? No, scanspec defines where to go during a scan, this looks like it is about moving motors to a static fixed "park"...
Looks like a plan to me, so not ophyd-async. We're also more likely to do this in the layer above bluesky, so not dodal either. I vote close.