<#234 two Xyce example questions> Issue created by...
# ihp-sg13g2
g
#234 two Xyce example questions Issue created by olisnr the code of the example hv_nmos_id_vg_vb.cir is:
Copy code
psp103 test circuit
*
vd  d 0 dc 0.05
vg  g 0 dc 0.0
vs  s 0 dc 0.0
vb  b 0 dc 0.0
X1  d g s b sg13_hv_nmos w=2u l=0.5u mult=1

.option temp=27
.step  vb -3 0 0.25
.dc vg 0 3 0.02
.print dc format=gnuplot v(g) i(vd)

.lib ../models/cornerMOShv.lib mos_tt

.end
what does
psp103 test circuit
? and shouldnt the
mult=1
of
X1
be
m=1
? IHP-GmbH/IHP-Open-PDK