Laxman Chinnannavar
03/14/2023, 5:58 AMStefan Schippers
03/14/2023, 9:20 AM.model D1N914 D ( IS=...
+ ....
+ ...
+ )
this one is a good model for a discrete diode:
.MODEL D1N914 D ( IS=6.2229E-9
+ N=1.9224
+ RS=.33636
+ IKF=42.843E-3
+ CJO=764.38E-15
+ M=.1001
+ VJ=9.9900
+ ISR=11.526E-9
+ NR=4.9950
+ BV=100.14
+ IBV=.25951
+ TT=2.8854E-9 )
You can embed the model by using a device_model
attribute in your diode instance. Click the diode, press 'q' and add the above text; remember to use double quotes:
device_model="
...
...
"
Tim Edwards
03/14/2023, 4:01 PMLaxman Chinnannavar
03/14/2023, 4:28 PMLaxman Chinnannavar
03/14/2023, 4:29 PM