Converts the components in Qucs-s schematic file into a netlist file suitable for Veroboard/stripboard PCB design applications, currently only DIY Layout Creator. If there is also a Qucs-s .sim file with the same name but the .sim extension, it will use that to create the nets, if not it will attempt to run Qucs-s to create a .sim file. If no .sim file was present and can't be created, the output netlist file will contain components but no nets.
Mac/Windows
**Installation **
Download the qucs-netlist.zip file. Unzip it into a convenient location to get: qucs-netlist.dat qucs-netlist.hlp qucs-netlist.py
(To remove it just delete the files.)
Use To run it, open a command line window, go into that folder then type: python3 -m PopoutApps.qucs-netlist example.sch -y to produce a netlist file called example.net
There is a maximum of 1000 components.
There will be a message with a warning line for each component which is not yet in the reference data file: Warning: Unknown component type not converted: D2 Diac
I can add components to the data file if requested.
The exported file can be imported by DIY Layout Creator (available from their website), but I could adapt it for others if requested.