Extract threshold voltage (Vt) of n- and p-type FETs. Use TT (nominal) model file. Hint: While supply voltage to the transistor’s drain/source is around 10mV (note that supply can also be at its full DC value), run a DC simulation over gate- source/source-gate voltage and find the derivative of the drain/source current and find the interception of the tangent line to the drain/source current curve with x-axis (when Vgs or Vsg holds value for Id=Is=0). You may also consider extracting gm curve for the explanation of your result, if relevant. This is just a guide you may use your own technique.
Any method you use, the Vt must be the direct result of simulation meaning that you’re not allowed to do any post-processing in (a). You may use .measure to achieve the goal of (a). You may use data visualization tool of your choice solely to plot your data.
This is the question, and I don't know how to use .meas command to do a tangent line...