1

Below is LTspice simulation in which this error occurs.

The error is Unknown subcircuit called inc xu1 n001 n003 op opamp

How do I fix this error?

LTspice simulation

Voltage Spike
  • 75,799
  • 36
  • 80
  • 208
  • With no partnumber on the schematic shown, are you sure you applied a model to the opamp? If you used one of the Generic/Universal models, you may have to specify the actual opamp characteristics, or supply a component spice model before the simulation can run – Luke Gary Jan 21 '21 at 20:06

1 Answers1

3

You have no model for the opamp, every component needs a model:

add the line .lib opamp.sub for further reading on adding models see these links

https://www.analog.com/en/technical-articles/ltspice-using-an-intrinsic-symbol-for-a-third-party-model.html

How do I import a spice model into LT spice?

Voltage Spike
  • 75,799
  • 36
  • 80
  • 208