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
I'm having difficulty measuring small current using NI 4143 SMU card.
when use in labview, it have a few current range to select from, and the lowest range (10 uA) come with a resolution and noise level below nano amp.
But when I use NIDCpower with python, I don't see an option to change the current range, and the default range gives noise/baseline of 50-100 nA, which make it impossible to measure small current.
I tried to set
' session.current_limit_autorange = 1 '
or
'session.current_level_range = 1e-5'
from the example code.
but seems none of them can reduce the noise as the labview vi version does.
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
-
I'm having difficulty measuring small current using NI 4143 SMU card.
when use in labview, it have a few current range to select from, and the lowest range (10 uA) come with a resolution and noise level below nano amp.
But when I use NIDCpower with python, I don't see an option to change the current range, and the default range gives noise/baseline of 50-100 nA, which make it impossible to measure small current.
I tried to set
' session.current_limit_autorange = 1 '
or
'session.current_level_range = 1e-5'
from the example code.
but seems none of them can reduce the noise as the labview vi version does.
Could someone help?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions