LT Spice Model Error

Thread Starter

asadsultan

Joined Apr 12, 2017
3
I am designing an audio amplifier for which I need a class AB output stage, I am in need of TIP 31C and TIP 32 C, I pasted the model into the
LT spice Lib in standard.bjt , but when simulated, it gave the following error, a screenshot is also attached. Help me out with this error:

Unknown model type "npn+is" -- ignored
Unknown model type "pnp+is" -- ignored
Direct Newton iteration for .op point succeeded.

Date: Sat Dec 16 17:06:09 2017
Total elapsed time: 0.078 seconds.

tnom = 27
temp = 27
method = modified trap
totiter = 2116
traniter = 2082
tranpoints = 1042
accept = 1042
rejected = 0
matrix size = 22
fillins = 15
solver = Normal
Matrix Compiler1: 2.16 KB object code size 0.5/0.4/[0.2]
Matrix Compiler2: 1.98 KB object code size 0.4/0.4/[0.3]
 

Attachments

Bordodynov

Joined May 20, 2015
3,177
Open the ill-fated standard file. Find in it "npn+is"
Do the same with a string that has "pnp+is".
And you can just replace + with a space in these two places!
npn+is ==> npn is
pnp+is ==> pnp is
 
Last edited:
Top