You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DEVSIM TCAD
Hi. I`m trying to use this nice tool to study Short channel effect. I found that i can check C-V curve in [examples-Density Gradient Simulation] by pdf file. But i dont know how to insert code in [examples-mobility-gmsh_mos2d] files to extract data such as SS, Vth, DIBL and gm. So please let me know how to check these data from gmsh-mos file. Thank you for reading this mail.
Regards,
Shin
Juan Sanchez
unread,
Feb 27, 2021, 8:30:42 PM2/27/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 신성현, DEVSIM TCAD
Hello Shin,
In the simulation script, you can use a different callback method than
"printAllCurrents" in the "rampbias" method. In addition to printing
to the screen, your callback method can also write to data files for
further analysis. For example, you can use pandas: