Electronic – How to make an ideal diode model in LTspice

diodesltspice

I would like to make an ideal diode model and have tried to achieve this using different settings in the .model statement, but there is always a voltage drop. I would like to make an ideal diode with no voltage drop even at mV values.

Best Answer

You can use this diode model

.model Didl D(Ron=0.0001 Roff=100G Vfwd=0)

enter image description here enter image description here