QSpice under Wine in Linux

The problem is fixed. It is not necessary to have EAGLE installed to test the converter. You can also start it from the console, specifying an EAGLE schematic file. The included file “QTest.sch” is used for this purpose. The call from console is ./qeagle QTest.sch. The converter and the schematics file must be in the same directory, otherwise the path must be specified when calling. If everything has worked, the converter only reports “Ready”.

image

This creates the file “QTest.qsch” in the same directory. This file can be opened and edited with QSpice. It is the circuit with OpAmp from the notes.

The schematic, rename to “QTest.sch”:
QTest.h (16.2 KB)

The converter, rename to “qeagle”:
qeagle.h (131.2 KB)

1 Like