Other Parts Discussed in Thread: UCC21750
Tool/software:
I am using the Spice model and converting it to a MAST file in Saber simulation. When I run the model, it always reports an error about d_d1 being out of range. So, I checked the model and found that the diode is defined in the model.
*$
.SUBCKT D_D1 1 2
D1 1 2 DD1
.MODEL DD1 D( IS=1e-15 TT=10p Rs=0.05 N=.1 )
.ENDS D_D1
*$*$
.SUBCKT D_D1 1 2
D1 1 2 DD1
.MODEL DD1 D( IS=1e-15 TT=10p Rs=0.05 N=.1 )
.ENDS D_D1
*$
I want to know if "N = .1" is a normal value?
Thanks