-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add helper function to observe multiple signals #402
Comments
Do we also want to rename |
Actually, I'm going to roll back on this, and say this ticket is just to add |
You're asking in relation to If it's about
|
Sorry should have mentioned it in #582 |
In DiamondLightSource/hyperion#1450 we had the usecase where we wanted to monitor multiple signals and raise under one condition or stop monitoring cleanly under another. To aid in this it would be good to have an
ophyd-async
helper that observed multiple signals and gave you any updates that occured e.g.The text was updated successfully, but these errors were encountered: