<#276 m parameter for BJT models and Xschem-symbol...
# ihp-sg13g2
g
#276 m parameter for BJT models and Xschem-symbols Issue created by olisnr if i look at the
ihp-sg13g2/libs.tech/xschem/sg13g2_pr/npn13G2.sym
it has the parameters:
format="@spiceprefix@name @pinlist @model Nx=@Nx"
shouldnt be Nx the analog of W in the MOS-models? and m the factor for arrays of BJT? in the MOS models there is
w, l, ng, m
, shouldnt in the npn13G2 be
nx, m
? and maybe also
t
? in ihp-sg13g2/libs.tech/xyce/models/sg13g2_moshv_mod.lib there is the .subckt npn13G2
Copy code
.subckt npn13G2 c b e bn 
.param Nx=1 dtemp=0
+Ny=1 le=0.96e-6 we=0.12e-6
+El=le*1e6
+selft=1

*Yvbic13_4t_va vbic1 c b e s1 npn13G2_NX_vbic
Qnpn13G2 c b e s1 t npn13G2_NX_vbic dtemp=dtemp m=1
it sets m=1 why? i also think, its a bit sad, that the pnpMPA hasnt an m-parameter. thats the part that is normally used as m=1 and m=9 or the like. would it be possible to add the m? (and t) parameters to the models and symbols like in the MOS-devices? IHP-GmbH/IHP-Open-PDK