bluesky.bundlers.RunBundler.kickoff

async RunBundler.kickoff(msg)[source]

Start a flyscan object.

Expected message object is:

If flyer_object has a kickoff function that takes no arguments:

Msg('kickoff', flyer_object)
Msg('kickoff', flyer_object, group=<name>)

If flyer_object has a kickoff function that takes (start, stop, steps) as its function arguments:

Msg('kickoff', flyer_object, start, stop, step)
Msg('kickoff', flyer_object, start, stop, step, group=<name>)