Replies: 1 comment 2 replies
-
I don't know if this meets your requirements, but you could proxy your instrument using proxying libraries (pyro or rpyc).
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am currently working on a project where it is required that an instance of a QCoDeS instrument class be shared across Python runtimes in some way (currently configured as a client/server architecture). My first attempt was to use a library like pickle in order to serialize/deserialize the instrument instance; however, pickling instances are explicitly unsupported as stated in many locations in the documentation like here. Is there a different way to capture the state of a live instrument object that can then be transmitted to another host?
Beta Was this translation helpful? Give feedback.
All reactions