Writing driver for Andor kymera Spectrograph #5148
Unanswered
Sounak-QSi
asked this question in
Q&A
Replies: 1 comment
-
Usually these type of drivers are written by looking at the documentation of the instrument which normally explains which commands are available in the dll. E.g the atmcd64d class is implemented by looking at the docs of the instrument. I would recommend spending a bit of time with a ctypes tutorial to understand how to call various functions from a dll |
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
-
I am actually trying to write a driver for the Andor kymera spectrograph. This is a dll based instrument.
I found a qcodes driver of Andor_DU401 and was trying to replicate the pattern. But didnt find the required get and set commands.
The source code maybe in the dll file, but I could not decompile it.
Here is the link of the python wrappers of the intrument.
If anyone can help me in this regard I will be very grateful.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions