Jump to content
  • 0

Differential impedance with analog discovery 2 using API Python ?


tanguyvr

Question

Hello,

We are trying to perform differential impedance measurment with the Analog Discovery 2. It works directly from the interface but we didn't find how to select, in the API, the topology for the differential impedance (W1-C1P-DUT-C1N-C2-R-GND). We can only select two topology (0, 1 and 8).  Could you help us ? If possible, do you have a code example showing how to work with this differential impedance ? Thanks !

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hi @tanguyvr

The Mode 2 is for differential W1-C1P-DUT-C1N-C2-R-GND mode.
dwf.FDwfAnalogImpedanceModeSet(hdwf, c_int(2))

I think I have left out from the manual because I don't wanted to recommend using it. In this mode two scope probe are connected between DUT/R which could alter the measurement specially at high frequency and impedance.

image.png.7fb5f56aabf8a4788ecb6161cd90f787.png

image.png.184e5af7b92f8fbf6165b0b7e7606cc6.png

Link to comment
Share on other sites

  • 0

Dear Attila, thanks for your quick reply. I understand why. So, if we want to do differential measurment, is it better to perform two measures at using a 2 electrodes set-up and substract the results ? Regards, Tanguy

Link to comment
Share on other sites

  • 0

Hi @tanguyvr

The impedance measurements returned are for the DUT with respect to the selected mode and reference resistor.
The calculations are performed in the function, there is no need to perform additional math.

The results of mode 0 and 2 are similar in the range where DUT and R are comparable.

image.thumb.png.05a13711be1419fd1bab8c84332b82dc.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...