I am trying to simulate a simple balanced mixer to mix two audio signals together using a line driver and line receiver. The line driver is the TI DRV 134. The receiver is the Burr Brown INA137.
I downloaded both models from the TI website. The INA 137 works fine, however, the DRV 134 is causing the fatal error (can’t find subcircuit). Sometimes it claims to not find the .tran command when it is clearly there.
The model has a subcircuit embedded in it called OPA 1. I think it’s not being added correctly, but this is a pspice model so you never know really.
In addition, TI DRV134 Pspice model file needs a modification to prevent it unintentionally end the netlist. Line#135 with .end command, this have to be removed. Here is .subckt netlist with that line comment. DRV134.txt (4.0 KB)