bluesky.plans.RelativeListScan

class bluesky.plans.RelativeListScan(*args, **kwargs)

Scan over one variable in steps relative to current position.

Parameters:
  • detectors (list) – list of ‘readable’ objects
  • motor (object) – any ‘setable’ object (motor, temp controller, etc.)
  • steps (list) – list of positions relative to current position
  • per_step (callable, optional) – hook for cutomizing action of inner loop (messages per step) Expected signature: f(detectors, motor, step)
  • md (dict, optional) – metadata

See also

bluesky.plans.list_scan

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)
set(**kwargs) Update attributes as keyword arguments.