Please help me connect the diode to the circuit

Thread Starter

daud_selimov

Joined Sep 2, 2023
10
Hello everyone, I'm trying to simulate the behavior of a memristor when connecting a Schottky diode. When I connect an ideal diode with the parameters .model MyIdealDiode D(Ron=.1 Roff=1Meg Vfwd=.4) to the circuit everything works. As soon as I try to turn on the diode .model 1N5817 D(Is=31.7u Rs=.051 N=1.373 Cjo=190p M=.3 Eg=.69 Xti=2 Iave=1 Vpk=20 mfg=OnSemi type=Schottky) nothing happens or any other diode nothing happens. What am I doing wrong?12.png
 

Attachments

ericgibbs

Joined Jan 29, 2010
21,390
hi duad,

Open the memresistor_I-V_Test.net file in a Text editor and , you will see that the1N5817 is already defined in the file.
as part of the memresistor.
E
 

ericgibbs

Joined Jan 29, 2010
21,390
hi duad,
It appears even with a diode shorted with a 0.1R resistor the simulation will not run???
It suggests that the model definition will not accept the presence of a diode???

E
EG 1511.png
 

Thread Starter

daud_selimov

Joined Sep 2, 2023
10
hi duad,
It appears even with a diode shorted with a 0.1R resistor the simulation will not run???
It suggests that the model definition will not accept the presence of a diode???

E
View attachment 350181
The problem is exactly this: when connecting an ideal diode with the parameters .model MyIdealDiode D(Ron=.1 Roff=1Meg Vfwd=.4) to the circuit, everything works. But when connecting any other diode, the circuit does not work.
 
Top