Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return the UID from the fly_scan plan #293

Open
canismarko opened this issue Nov 1, 2024 · 0 comments
Open

Return the UID from the fly_scan plan #293

canismarko opened this issue Nov 1, 2024 · 0 comments
Assignees

Comments

@canismarko
Copy link
Contributor

Describe the bug

Most bluesky plans (e.g. bp.count) return the UID of the scan. The haven.plans.fly.fly_scan does not do this.

To Reproduce
Steps to reproduce the behavior:

  1. Prepare an outer plan that contains
  2. uid = yield from fly_scan(...)
  3. assert uid is not None
  4. Execute the plan on the run engine

Expected behavior
uid should be the UID string for the fly scan

Desktop (please complete the following information):

  • OS: RHEL8 (microprobe)
  • Haven: 2024.10.7dev

Additional context
Add any other context about the problem here.

@canismarko canismarko self-assigned this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant