Skip to content

Commit

Permalink
Add link to bluesky issue that we could use to simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Sep 12, 2024
1 parent 074d6dd commit dcd5e14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def take_robot_snapshots(oav: OAV, webcam: Webcam, directory: Path):
device.filename, snapshot_format.format(device=device.name)
)
yield from bps.abs_set(device.directory, str(directory))
# Note: should be able to use `wait=True` after https://github.com/bluesky/bluesky/issues/1795
yield from bps.trigger(device, group="snapshots")
yield from bps.wait("snapshots")

Expand Down

0 comments on commit dcd5e14

Please sign in to comment.