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

Interrups due to break conditions are not forwarded #138

Open
THuckemann opened this issue Feb 21, 2025 · 0 comments
Open

Interrups due to break conditions are not forwarded #138

THuckemann opened this issue Feb 21, 2025 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@THuckemann
Copy link
Collaborator

Because we use QCoDeS catch_interrupts together with the measurement context manager in basically all measurements break conditions do not raise any exceptions.
This is a problem in workflows where the information if a measurement was interrupted is relevant.
It might be the best solution, to rewrite catch_interrupts or _handle_plotting to raise exceptions after returning the data.
Alternatively, the return format of all measurement scripts has to be changed.

I am open to other suggestions....

@THuckemann THuckemann added bug Something isn't working enhancement New feature or request labels Feb 21, 2025
@THuckemann THuckemann self-assigned this Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant