bluesky.plans.RelativeOuterProductScan

class bluesky.plans.RelativeOuterProductScan(detectors, *args, *, md=None)

Scan over a mesh relative to current position.

Parameters:
  • detectors (list) – list of ‘readable’ objects
  • *args – patterned like motor1, start1, stop1, num1, motor2, start2, stop2, num2, snake2, ..., motorN, startN, stopN, numN, snakeN Motors can be any ‘setable’ object (motor, temp controller, etc.) Notice that the first motor is followed by start, stop, num. All other motors are followed by start, stop, num, snake where snake is a boolean indicating whether to following snake-like, winding trajectory or a simple left-to-right trajectory.
  • 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_inner_product_scan bluesky.plans.outer_product_scan bluesky.plans.scan_nd

__init__(detectors, *args, *, md=None)

Methods

__init__(detectors, *args, *[, md])
set(**kwargs) Update attributes as keyword arguments.