bluesky.plans.RelativeInnerProductScan¶
-
class
bluesky.plans.
RelativeInnerProductScan
(detectors, num, *args, *, md=None)¶ Scan over one multi-motor trajectory relative to current position.
Parameters: - detectors (list) – list of ‘readable’ objects
- num (integer) – number of steps
- *args – patterned like (
motor1, start1, stop1, ..., motorN, startN, stopN
) Motors can be any ‘setable’ object (motor, temp controller, etc.) - 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.relative_outer_product_scan bluesky.plans.inner_product_scan bluesky.plans.scan_nd
-
__init__
(detectors, num, *args, *, md=None)¶
Methods
__init__
(detectors, num, *args, *[, md])set
(**kwargs)Update attributes as keyword arguments.