Hello Everybody
I have from the Internet a Spice Model of the BF862
But I cant simulate it
The error is: ‘unrecognized parameter (betatce) - ignored’
The hole Spice Netlist:
Circuit: KiCad schematic
Error on line 0 :
q.xq1.q1 xq1.4 xq1.7 xq1.6 xq1:jbf862
incorrect model type
Warning: Model issue on line 0 :
.model xq1:jbf862 njf beta=47.800e-3 rs=7.5000 lambda=37.300e-3 vto=-.57 …
unrecognized parameter (betatce) - ignored
unrecognized parameter (vtotc) - ignored
unrecognized parameter (isr) - ignored
unrecognized parameter (n) - ignored
unrecognized parameter (nr) - ignored
unrecognized parameter (xti) - ignored
unrecognized parameter (alpha) - ignored
unrecognized parameter (vk) - ignored
unrecognized parameter (m) - ignored
Reducing trtol to 1 for xspice ‘A’ devices
Doing analysis at TEMP = 27,000000 and TNOM = 27,000000
Warning: v1: no DC value, transient time 0 value used
Initial Transient Solution
It is possible to simulate a NJF device with ngspice.
Your device instance line
q.xq1.q1 xq1.4 xq1.7 xq1.6 xq1:jbf862
starts with the letter ‘q’. This letter is reserved for bipolar transistors. A JFET (NJF) device instance line (so the device name) has to start with the letter ‘j’.