i am trying to reproduce a paper "Temperature characteristics of Gate all around nanowire channel Si-TFET"
i am using the example code of nanowire tfet and using
extract name="vt" x.val from curve ((v."GATE"),log10(abs(i."DRAIN"))) where y.val=-7
this code for extracting Vth.
Is it even correct?
please help me out