Ich versuche den Audio-Verstärker LM3886 von Texas Instruments mit
Ltspice XVII zu simulieren. Die Schaltung ist aus dem Datenblatt. Die
.trans Simulation verläuft jedoch extrem langsam, Picosekunde für
Picosekunde und im Errorlog stehen folgende Fehlermeldungen
1 | ERROR: Node U1:11 is floating and connected to current source G:U1:U2:R1
|
2 | ERROR: Node U1:U_TF:VP1 is floating and connected to current source G:U1:U_TF:P1
|
3 | ERROR: Node U1:U_TF:VP2 is floating and connected to current source G:U1:U_TF:P2
|
4 | ERROR: Node U1:U_TF:VP3 is floating and connected to current source G:U1:U_TF:P3
|
5 | ERROR: Node U1:U_TF:VP4 is floating and connected to current source G:U1:U_TF:P4
|
6 | ERROR: Node U1:U_TF:VZ1 is floating and connected to current source G:U1:U_TF:Z1
|
7 | ERROR: Node U1:U_TF:VZ2 is floating and connected to current source G:U1:U_TF:Z2
|
8 | ERROR: Node U1:U_TF:VZ3 is floating and connected to current source G:U1:U_TF:Z3
|
9 | ERROR: Node U1:U_TF:VZ4 is floating and connected to current source G:U1:U_TF:Z4
|
10 | ERROR: Node U1:17 is floating and connected to current source G:U1:U_TF:Z5
|
Das sieht danach aus, als ob da noch etwas nicht richtig angeschlossen
wäre. In der LM3886.lib stehen aber nur sechs Parameter, die über das
Symbol verbunden werden müssen.
.SUBCKT lm3886 Vip Vin VDD VSS Vout MUTE
Was läuft da also schief? Ist etwa das Modell lm3886 fehlerhaft?