04-02-2025 05:47 AM
I’d like to measure voltage and current, and also apply voltage using the PXIe-4147.
Sometimes I only need to measure voltage or current.
Other times, I need to apply voltage and measure current, and so on.
However, I’m not sure if having the output turned on affects the accuracy of voltage and current measurements.
When I use InstrumentStudio, I can turn off the output and still measure voltage and current without issues.
But with Python (using nidcpwr
), I have to initiate the session, and that automatically turns the output on.
04-06-2025 09:54 PM
@usan1 wrote:
I’d like to measure voltage and current, and also apply voltage using the PXIe-4147.
Sometimes I only need to measure voltage or current.
Other times, I need to apply voltage and measure current, and so on.
However, I’m not sure if having the output turned on affects the accuracy of voltage and current measurements.
When I use InstrumentStudio, I can turn off the output and still measure voltage and current without issues.
But with Python (using
nidcpwr
), I have to initiate the session, and that automatically turns the output on.
If you want to use the SMU as a voltmeter or ammeter, you need to properly turn it on force 0A to measure voltage and force 0V to measure current.
When the output is disabled, the SMU attempts to source 0V with 2% of current range as compliance (i.e., act as a limited load).