Your transistor appears to be modeled by a BSIM model, based on the fact that you're using tsmcN65 and you have a parameter ptp
.
You can find a synopsis of the BSIM parameters in the official Cadence documentation at MMSim->Virtuoso Simulator Components and Device Models Reference
, or locate another equivalent source for this reference. I don't know of an authorized public copy of this reference document, other than the one you access through the help files of your licensed Virtuoso/MMSim installation.
If you do not have access to it, then there's a non-Cadence document on the public Internet here that also discusses BSIM (as implemented in ADS). It mentions that ptp isn't what you're looking for:
Ptp
Vjsw linear temperature coefficient, 1/°C, [default value] 0
The BSM model doesn't include a "process transconductance parameter" to my knowledge, because it is not a simple Id = k' W/L (Vgs-Vth)^2
model where you expect a "process transconductance parameter" of k.
If you want to estimate some sort of equivalent parameter, you can do so at some operating point of interest by simulating for the drain current and solving the rearranged equation
$$k' = \frac{L}{W}\frac{I_d}{(V_{gs}-V_{th})^2}$$
However, you should not expect there to be one single value for k' and I would find it hard to justify doing this calculation. The calculated value of k' will vary based on the operating point, for the simple reason that BSIM is a more accurate model than the square-law model, with many more parameters modelling all kinds of phenomena that affect the drain current.
Chances are, k' will vary significantly as your operating point moves around away from moderate inversion, e.g. likely increasing or becoming undefined/nonsensical in subthreshold conduction/weak inversion.