Installed Files¶
The Qucs system needs several programs. These are installed during the
installation process. The path of Qucs is determined during the
installation (configure script). The following explanations assume
the default path (/usr/local/).
/usr/local/bin/qucs- the GUI/usr/local/bin/qucsator- the simulator (console application)/usr/local/bin/qucsedit- a simple text editor/usr/local/bin/qucshelp- a small program displaying the help system/usr/local/bin/qucstrans- a program for calculation transmission line parameters/usr/local/bin/qucsfilter- a program synthesizing filter circuits/usr/local/bin/qucsconv- a file format converter (console application)
All programs are stand-alone applications and can be started independently. The main program (GUI)
- calls
qucsatorwhen performing a simulation, - calls
qucseditwhen showing text files, - calls
qucshelpwhen showing the help system, - calls
qucstranswhen calling this program from menu “Tools”, - calls
qucsfilterwhen calling this program from menu “Tools”, - calls
qucsconvwhen placing the SPICE component and when performing a simulation with the SPICE component.
Furthermore, the following directories are created during installation:
/usr/local/share/qucs/bitmaps- contains all bitmaps (icons etc.)/usr/local/share/qucs/docs- contains HTML documents for the help system/usr/local/share/qucs/lang- contains the translation files
Command line arguments¶
qucs [file1 [file2 ...]]
qucsator [-b] -i netlist -o dataset (b = progress bar)
qucsedit [-r] [file] (r = read-only)
qucshelp (no arguments)
qucsconv -if spice -of qucs -i netlist.inp -o netlist.net