ophyd.flyers.FlyerInterface.complete

FlyerInterface.complete() → ophyd.status.StatusBase

Wait for flying to be complete.

This can either be a question (“are you done yet”) or a command (“please wrap up”) to accommodate flyers that have a fixed trajectory (ex. high-speed raster scans) or that are passive collectors (ex MAIA or a hardware buffer).

In either case, the returned status object should indicate when the device is actually finished flying.

Returns:
complete_status : StatusBase

Indicate when flying has completed