bluesky.plans.ListScan¶
- 
class bluesky.plans.ListScan(*args, **kwargs)¶
- 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 - 
__init__(*args, **kwargs)¶
 - Methods - __init__(*args, **kwargs)- set(**kwargs)- Update attributes as keyword arguments.