bluesky.plans.ScanND¶
-
class
bluesky.plans.
ScanND
(*args, **kwargs)¶ Scan over an arbitrary N-dimensional trajectory.
Parameters: - detectors (list) –
- cycler (Cycler) – list of dictionaries mapping motors to positions
- per_step (callable, optional) – hook for cutomizing action of inner loop (messages per step) See docstring of bluesky.plans.one_nd_step (the default) for details.
- md (dict, optional) – metadata
See also
bluesky.plans.inner_product_scan bluesky.plans.outer_product_scan
-
__init__
(*args, **kwargs)¶
Methods
__init__
(*args, **kwargs)set
(**kwargs)Update attributes as keyword arguments.