Hello,
I encountered the following problem : I want to do a DC analysis of a MOSFET, so I need to sweep across the gate voltage and across the drain voltage at the same time. I can set the voltage for one of them in eeschema and use the GUI to do the DC analysis, no problem. However, when I use both sources to sweep using the GUI
As you can see, each curve is linked to the next one as if it was one giant curve instead of multiple ones. Does anyone have the same issue and found a way to split the curves ?
There is a bug in the plotting procedure if plotting a series of curves.
Even if you just ignore the linear backtracing lines, the output curves don’t resemble a MOSFET. There must be another bug, maybe in your measuring circuit.
An intermediate remedy to the W, L issue might be to modify the model a bit: Move the W, L statements from the .model line to the transistor instance line within the subcircuit:
Thank you for your help !
I added the W and L parameters to the transistor and it works. For now I will work without the multiple plot output until the bug is fixed.
Thanks