Electrical – Cannot simulate the model on LTSpice

ltspicemodelnmossimulation

I'm having trouble trying to simulate my NMOS (FDG6301N) on LTSpice.
I have a permanent error telling me

x1:ed: unknown circuit node: "nc_01". requested in behavioral source

I took the model from On semiconductor website.

You can find the model, symbol and part of my schematic here.

The full schematic can be found here.

Part of my schematic

If you need more data I can post them here.

I'm simulating this NMOS to see its linear behavior. If you know a good NMOS with a huge linear operating range you also can advise me some parts.

Thank you for your help.

Best Answer

It looks like, internally, the model has an E-source in the *TEMP section:

ED 101 0 VALUE {V(50,100)}

which is connected to the TEMP pin, and whose expression is, after using the expanded listing:

b:x1:§eout x1:4x x1:6x v=v(x1:1x)*v(x1:3x)

so it multiplies an internal voltage to the external one. That is supplied at the TEMP pin, and comes, most probably, from some thermal design model (heatsink, or similar). If you don't use temperature, then simply ground that pin, else you can supply the temperaure (probably in oC, as Volts, e.g. 58oC = 58V).