12-01-2022 08:30 PM
Hi guys,
these days i was doing some MOSFET idVg curves sweeping using PXIe-4163, as we know, for NMOS, when Vg is about 0 volt, id is very small, saying maybe 1nA or below, it turns out to several mA when Vg gets larger and larger. So I choose current_limit_autorange to switch ranges in measuring.
I found that the current resolution is not as low as my expect. When I use the fixed current_limit_range(set to 100e-9A), I got several hundred pA to several nA, but 10e-7A for current_limit_autorange.
Solved! Go to Solution.
12-01-2022 09:15 PM
FYI - auto-ranging is not a hardware feature but a driver feature. Enabling Auto-Ranging will let the driver choose the current range to follow the current limit setting.
You need to use an advanced SMU targetted for device testing like PXIe-4137 that uses hardware-level auto-ranging.
12-01-2022 09:39 PM
I do find a parameter called "autorange" in python's API of nidcpower, it seems that PXIe 4163 doesn't support this parameter.
So, 4163 can't satisfy my measurement requirements, right?
12-02-2022 02:42 AM
Is there any way I can use PXIe 4163 to achieve my measure requirements in my topic?
12-02-2022 07:01 PM
Yes, you can implement auto-ranging in software.
For every measurement,
12-03-2022 01:31 AM
Well, it seems that I can not use sequence mode.
12-03-2022 12:37 PM
Nope, software-level auto-ranging cannot work with sequence mode as the selection of the best range happens in the application and not on hardware.
01-04-2023 01:54 AM
I updated nidcpower to the 2022 Q4 version, now PXIe-4163 supports auto-range. Thank u.
01-04-2023 09:38 AM
@Onezhenji wrote:
I updated nidcpower to the 2022 Q4 version, now PXIe-4163 supports auto-range. Thank u.
Good to know that the latest driver updates the SMU firmware to support hardware level auto-ranging