I need to sweep Tox parameter in ngspice (BSIM level-54), but I found that there is no such parameter as Tox. Instead I need to play with Toxe, Toxp and Toxm. I tried to control these in my code, but it gives error: no such parameter.
e.g.
Mp1 vout va vdd vdd pmos l={len} w={wpmos} toxe = {oxidelen}
Error on line 49 : mp1 vout va vdd vdd pmos l= 4.50000000000000059e-08 w= 2.50000000000000020e-06 toxe= 1.00000000000000002e-08
unknown parameter (toxe)
I have also gone through the previous post "Dependency of gate oxide thickness in leakage" in which the author had changed Toxe, Toxp and Toxm in the model card itself.
Is there any way by which I can sweep Tox directly from my code?