-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dragging from the library dock window make a corrupt netlist #39
Comments
Dragging from the dock does not instantiate the component properly.
|
Bug is confirmed for Linux. This bug appears for only components that contains subcircuits (Diode bridges, NMOSFETS with diode, etc., but not opamps). Single transistors can be placed on schematic without problems. |
These libs seem to trigger the issue:
|
I cannot reproduce this, since I can only add these element by drop and drag them in the "manage libraries", and the sub-circuit will be properly initialize in this way. |
Thank you @ra3xdh ! |
Version: Qucs 0.0.18 official windows build.
How to reproduce:
Observed outcome: syntax error in netlist
line 12: checker error, subcircuit type
Bridges_KBPC1005' requires 4 nodes inSub:_net0', found 3
Netlist:
Note the missing subnet name!
Workaround:
The netlist is correct in this case:
The text was updated successfully, but these errors were encountered: