diode and bjt models and netlist

Mrudula Bhilwadikar <[email protected]> Tue, 2 Aug 2016 17:37:15 -0700
Newsgroups gmane.comp.gnu.gnucap.general
Message-ID <[email protected]>
I have been using the following models for diode and a npn/ pnp which 
give me an error everytime i try to simulate it.

.model DIODE D level=1 Is=1f Rs=100 CJO=50f BV=6.4
                        ^ ? model: "D1" no match

.model NPN NPN level=1  IS=1e-16 BF=50 BR= 0.9 RE=10 RB=50 RC=7 NF=1
                    ^ ? model: "NPN1" no match

.model PNP PNP level=1  IS=1e-16 BF=50 BR= 0.9 RE=10 RB=50 RC=7 NF=1 N
                    ^ ? model: "PNP1" no match

Similarly i keep getting error in the netlist, the netlist seems good 
according to the manual

Dd_58 N__60 gnd! DIODE '1e-13 * 1e+12'
^ ? D: no match

Qmn_45 N__48 N__48 gnd!  NPN m=1
  ^ ? what's this?

I would appreciate the help as to what i can do to make GNUCAP work


Thanks,

Mrudula Bhilwadikar