Hi, I am trying to find out the cgs and ron of mos...
# ieee-sscs-dc-22
m
Hi, I am trying to find out the cgs and ron of mosfets, but cant able to exactly figure out the way to print it like in cadence. Can annotation be used to print those two parameters?
👍 1
p
Use command: plot mosfet_model_name This command will print all the necessary values for MOSFET For example plot @m.xm1.msky130_fd_pr__nfet_01v8 here m1 represent mosfet M1
Are you using ngspice+xschem ?
m
Yes, i am using ngspice with xschem, thanks for sharing