<@U03F2G5FBUN> First problem: `save` and `print` and all commands without a leading '.' must be insi...
s
@Mariana Huerta First problem:
save
and
print
and all commands without a leading '.' must be inside a
.control ... .endc
block (see below): for BSIM4 the threshold is called
vth
. save it with:
Copy code
.control
  save @m.xm1.msky130_fd_pr__nfet_01v8[vth]
.endc
Then you can print/plot with this syntax (vth is a voltage):
Copy code
ngspice 53 -> print v(@m.xm1.msky130_fd_pr__nfet_01v8[vth])
v(@m.xm1.msky130_fd_pr__nfet_01v8[vth]) = 5.937983e-01
1
m
Thank you, this helped a lot!