LTSpice model for a 2V zener or less

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
If you need a zener diode for unrealistic schemes. And your curiosity driven, then you can use the diode model
.subckt ShuntRef 1 2 Vref=1.22 rd=1 inom=1m imin=50u
d1 2 1 MyD
d2 1 2 dp
.model MyD D(Ron={rd} Roff={Vref/imin*1.05} Vfwd={Vref-rd*inom})
.model dp D(Ron=1 Roff=1G Vfwd=0.6)
.ends

In a real circuit using a chip TLV431 or a similar.
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.