bluesky.plans.list_scan#
- bluesky.plans.list_scan(detectors: Sequence[Readable], *args: tuple[Movable | Any, list[Any]], per_step: Callable[[Sequence[Readable], Movable, Any, Callable[[Sequence[Readable]], Generator[Msg, Any, Mapping[str, Reading]]] | None], Generator[Msg, Any, P]] | Callable[[Sequence[Readable], Mapping[Movable, Any], dict[Movable, Any], Callable[[Sequence[Readable]], Generator[Msg, Any, Mapping[str, Reading]]] | None], Generator[Msg, Any, P]] | None = None, md: dict[str, Any] | None = None) Generator[Msg, Any, str][source]#
- Scan over one or more variables in steps simultaneously (inner product). - Parameters:
- detectorslist or tuple
- list of ‘readable’ objects 
- *args
- For one dimension, - motor, [point1, point2, ....]. In general:- motor1, [point1, point2, ...], motor2, [point1, point2, ...], ..., motorN, [point1, point2, ...] - Motors can be any ‘settable’ object (motor, temp controller, etc.) 
- per_stepcallable, optional
- hook for customizing action of inner loop (messages per step) Expected signature: - f(detectors, motor, step) -> plan (a generator)
- mddict, optional
- metadata