bluesky.plans.list_scan¶
-
bluesky.plans.
list_scan
(detectors, *args, per_step=None, md=None)[source]¶ Scan over one or more variables in steps simultaneously (inner product).
- Parameters
- detectorslist
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