Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AMC3330-Q1: Issues with AMC3330 PSpice model subcircuit names

Part Number: AMC3330-Q1
Other Parts Discussed in Thread: AMC3330, TINA-TI

Team,

It looks like we have some issues in the AMC3330 PSpice model. If you look inside the model it appears that there are name mismatches. I.e. PSpice is expecting ENDS DD, not ENDS D_D and likewise on the next SUBSKT it should say ENDS D_D4_1, not ENDS D_D. Are we able to quickly push a fix here?

Thanks!

Greg

.SUBCKT D_D4_0 1 2
D1 1 2 DD
*.MODEL DD D( IS=1p N=2.0 RS=0 XTI=0 Eg=0.35 T_ABS=25)
.MODEL DD D( IS=1p N=2.0 RS=0 T_ABS=27)
.ENDS D_D
------$
ERROR(ORPSIM-16362): Name on .ENDS does not match .SUBCKT

.SUBCKT D_D4_1 1 2
D1 1 2 DD
*.MODEL DD D( IS=1n N=0.50 RS=1 XTI=0 Eg=0.35)
.MODEL DD D( IS=1n N=0.50 RS=1 T_ABS=27)
.ENDS D_D
------$
ERROR(ORPSIM-16362): Name on .ENDS does not match .SUBCKT

.SUBCKT D_D4_2 1 2
D1 1 2 DD
.MODEL DD D( IS=5u N=1.0 RS=0 XTI=0 T_ABS=27)
.ENDS D_D
------$
ERROR(ORPSIM-16362): Name on .ENDS does not match .SUBCKT

WARNING(ORPSIM-15256): <X_U1.XHLDO.XU1.CINC> not a subcircuit param

WARNING(ORPSIM-15256): <X_U1.XHLDO.XU1.CIN> not a subcircuit param

.SUBCKT D_D4_3 1 2
D1 1 2 DD
.MODEL DD D( IS=10n N=0.50 RS=1 XTI=0 Eg=0.55 T_ABS=27)
.ENDS D_D
------$
ERROR(ORPSIM-16362): Name on .ENDS does not match .SUBCKT