I am trying to perform a transient simulation and plot the drain current of an NMOS for different values of VGS (DC bias).
My schematic looks something like this:
Now, the drain current consists of both AC and DC components. I wanted to know a way to plot only the AC component of drain current (\$i_d\$):
$$I_d = I_D + i_d.$$
I can manually subtract the DC drain current (at operating point) from the total current to get \$i_d\$ and add a trace, but is there a better way to do this?