I'm trying to import the OPA380 Pspice model into LTspice, but the program doesn't like how the nodes are numbered:
".SUBCKT OPA380 3 2 1 4 6"
We've had success before importing files that don't "skip a number". For instance, if it was .SUBCKT 3 2 1 4 5 I'm pretty sure it would have worked. Any suggestions on how to make this work correctly with LTspice? The error message we receive is 'Port(pin) count mismatch between the definition of subcircuit "opa380" and instance: "xu1" The instance has more connection terminals than the definition'.