bluesky.plans.list_scan¶
-
bluesky.plans.
list_scan
(detectors, motor, steps, *, per_step=None, md=None)¶ Scan over one variable in steps.
Parameters: - detectors (list) – list of ‘readable’ objects
- motor (object) – any ‘setable’ object (motor, temp controller, etc.)
- steps (list) – list of positions
- per_step (callable, optional) – hook for cutomizing action of inner loop (messages per step)
Expected signature:
f(detectors, motor, step) -> plan (a generator)
- md (dict, optional) – metadata
See also
bluesky.plans.relative_list_scan