Probably a newbie question here but i can’t find an answer anywhere.
Is it possible to show the Voltage Drop over an individual component in the Simulator output?
For example if i have a 12VDC Voltage Source and 2 resistors in series connected to the Source (1 and 2 Ohms resp.), and lets say the circuit has 4A flowing through it, then i would like to see the voltage drop over these resistors of 4 and 8 Volts resp. (by Ohms law).
Ngspice seems to output only the voltage drop towards Ground (12 and 8 Volts resp.).
I know that in ltspice you can add a probe over an individual component and thus get the voltage drop over that component. Is there something like that in kiCad?
I’m not entirely sure if this works, but I think you can create a formula in a text box in Eeschema which subtracts two voltages, and then draw a graph of that in the simulator.
Thank you everyone for the replies and workarounds.
I solved my problem by going to ngspice directly. I copied the spice file from kiCad and added a print and plot statement to get the differential measurements. Works fine.
It is unfortunate that it’s not yet possible to do differential measurements without altering the scheme in kiCad. I think this might be a good addition to kiCad for the future.