QUCS Build Notes: With Qt4 Library Version

The general idea with GNU Build system is to  ./configure make  make install Clean Restart: At this point I had a system issue and decided to reload linux Package list sudo apt-get install synaptic sudo apt-get install build-essential sudo apt-get install flex sudo apt-get install bison sudo apt-get install gperf […]

QUCS Example Simulations

  Here you can download some schematics to test with Qucs. (Qucs schematic files are plain text files!) All users of Qucs are invited to contribute to these examples. If you want to share a schematic or circuit model do not hesitate to do so. Simulation examples DC simulation bridge.sch […]

QUCS build notes

The general idea with GNU Build system is to  ./configure make  make install However if there are problems it is not quite so simple.   The following notes are how I resolved the issues that arose.    My QUCS Build Notes These notes assume you already have the QUCS source […]

QUCS circuit simulator

DownLoad and Use Win 32 binary Installer here Source code download here Running QUCS Many QUCS simulation examples – this appears dead as of 5/2/13 > local example archive   Local Example page  QUCS WorkBook  – In depth demonstration of all features OverView QUCS simulation facility QUCS overview presentation Overview of QUCS circuit […]

My First IC Design: LM317

The challenge: Reverse engineer the LM317 regulator using SPICE and the LM317 datasheet. http://www.electro-tech-online.com/general-electronics-chat/18270-lm317-spice-model.html  – transistor level model of LM317 http://forum.allaboutcircuits.com/showthread.php?t=12152&page=6 QUCS has an example analysis of the LM317.         

Qt3 Development Tools – Where to find?

I have been trying to find the Qt3 packages to use with compiling QUCS.  It has been painful.   The following browsing sequence may help.  Package: qt3-dev-tools (3:3.3.8-b-0ubuntu3) Source Package: qt-x11-free (3:3.3.8-b-0ubuntu3)   On this page I found a reference to Ana Guerrera: See next link long due TO-DO item: removal […]

QT

Qt library packages Qt installation on Windows Qt4 tutorial for absolute beginners How to install Qt on windows: 20 steps Qt in NetBeans IDE – Step by Step HelloForm.zip   Qt in IDE Mini How-to: Qt on NetBeans Qt in NetBeans IDE – Step by Step  – this is a windows […]