sr13579
Member
There is the code
’npn transistor
vbias 3 0 dc 5v
vs 1 0 dc 0v
rb 1 2 20k
rc 3 4 2k
q 4 2 0 mynpn
.model mynpn npn (BF=175 IS=1e-17 VA=75 BR=2)
.dc vs 0 5 0.5
.plot dc v(3) -i(vbias)
.end ’
But the output is showing a negative going down. How to get the graph of the plot with this app called WeSpice?
[enter image description here](https://i.stack.imgur.com/KgLEe.png)
’npn transistor
vbias 3 0 dc 5v
vs 1 0 dc 0v
rb 1 2 20k
rc 3 4 2k
q 4 2 0 mynpn
.model mynpn npn (BF=175 IS=1e-17 VA=75 BR=2)
.dc vs 0 5 0.5
.plot dc v(3) -i(vbias)
.end ’
But the output is showing a negative going down. How to get the graph of the plot with this app called WeSpice?
[enter image description here](https://i.stack.imgur.com/KgLEe.png)