How to recreate the state of an instrument in the station after it crashes #6887
Unanswered
marcosfrenkel
asked this question in
Q&A
Replies: 1 comment
-
Could be instrument dependent, but generally re-instantiating an instrument shouldn't reset its parameter values. Should be the same as when you restart the kernel and bring up your station maintaining the state of the instrument parameters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I am trying to make a recovery system for when an instrument crashes. Right now it is bringing my entire station down but I would like to implement a system where I can catch the failing instrument, re-instantiate it and keep my experiment running. However I am scared if I do that, the new re-instantiated instrument will not have the same values for all relevant parameters as I keep going. Any advice on how to handle this?
Beta Was this translation helpful? Give feedback.
All reactions