You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
I am trying to use qcodes for B1500 with B1505A (same command for these testeur).
I have tried the first set of codes in this website and it's work.
Now I've tried the code for IV sweep and I can't enable smu2, smu3, ... channel.
When I run :
SMU_channel= b1505.by_channel print('SMU_CHANNEL:', SMU_channel)
I got this :
But I don't have normally wgfmu in my testeur. I do have : B1511B, B1520A, but not B1530A.
I must have also :
1X B1513C : High voltage SMU (on doit avoir 1 channel de HVSMU???)
2X B1512A: High current SMU (on doit avoir 2 channel de HCSMU?)
2X B1514A: Medium current SMU ...
1X B1520A: Multi Freq CMU ....
1X B1511B: Medium power** .
And they do not appear here.
How can I manage to get all my modules to appear and use them for the IV sweep?
When I run :
`
enable multiple channels
b1505.smu1.enable_outputs() #NO problem
b1505.cmu1.enable_outputs() #NO problem
b1505.smu2.enable_outputs() # ERROR
b1505.wgfmu5 enable_outputs() # ERROR also The error I get when I run :(b1505.smu2.enable_outputs()) or b1505.wgfmu5 enable_outputs()`
is :
When I look in the qcodes installation files I can't see :
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I am trying to use qcodes for B1500 with B1505A (same command for these testeur).
I have tried the first set of codes in this website and it's work.
Now I've tried the code for IV sweep and I can't enable smu2, smu3, ... channel.
When I run :
SMU_channel= b1505.by_channel print('SMU_CHANNEL:', SMU_channel)
I got this :
But I don't have normally wgfmu in my testeur. I do have : B1511B, B1520A, but not B1530A.
I must have also :
And they do not appear here.
How can I manage to get all my modules to appear and use them for the IV sweep?
When I run :
`
enable multiple channels
b1505.smu1.enable_outputs() #NO problem
b1505.cmu1.enable_outputs() #NO problem
b1505.smu2.enable_outputs() # ERROR
b1505.wgfmu5 enable_outputs() # ERROR also
The error I get when I run :
(b1505.smu2.enable_outputs())or
b1505.wgfmu5 enable_outputs()`is :
When I look in the qcodes installation files I can't see :
Do I miss some files in my KeysightB1500 folder?
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions