bluesky.plan_stubs.one_1d_step

bluesky.plan_stubs.one_1d_step(detectors, motor, step, take_reading=<function trigger_and_read>)[source]

Inner loop of a 1D step scan

This is the default function for per_step param in 1D plans.

Parameters
detectorsiterable

devices to read

motorSettable

The motor to move

stepAny

Where to move the motor to

take_readingplan, optional

function to do the actual acquisition

def take_reading(dets, name='primary'):
     yield from ...

Callable[List[OphydObj], Optional[str]] -> Generator[Msg], optional

Defaults to trigger_and_read