Error when attempting to Initialize driver #5814
Unanswered
Diddleydope
asked this question in
Q&A
Replies: 1 comment
-
|
Glad that you were able to solve it. It does sound like something was initially calling the init of the instrument twice but I am not sure what (I edited your post slightly to make the formatting a bit easier to read. If you use ``` before and after your code it will be shown as such) |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
This is my driver code:
and here i'm trying to create an instance of said class:
This however, does not seem to work. When I run this code, I get the following error:
"KeyError: 'Duplicate parameter name IDN on instrument <NanonisSPM: NanonisSPM>"
Could anyone explain this behavior?
UPDATE:
I merely reinstalled qcodes as a dependency and removed some of the arguments from the parameter and now it seems to work...
Here I call it:
Beta Was this translation helpful? Give feedback.
All reactions