1Qucsator(1) User Commands Qucsator(1)
2
3
4
6 Qucsator - An integrated electronic circuit simulator.
7
9 qucsator [OPTION] ...
10
12 Qucs is an integrated circuit simulator which means you are able to
13 setup a circuit with a graphical user interface (GUI) and simulate the
14 large-signal, small-signal and noise behaviour of the circuit. After
15 that simulation has finished you can view the simulation results on a
16 presentation page or window.
17
18 The software aims to support all kinds of circuit simulation types,
19 e.g. DC, AC, S-parameter, harmonic balance analysis, noise analysis,
20 etc.
21
22 Qucsator, the simulation backend, is a command line circuit simulator.
23 It takes a network list in a certain format as input and outputs a Qucs
24 dataset. It has been programmed for usage in the Qucs project but may
25 also be used by other applications.
26
27
29 -h, --help
30 display this help and exit
31
32 -v, --version
33 display version information and exit
34
35 -i FILENAME
36 use file as input netlist (default stdin)
37
38 -o FILENAME
39 use file as output dataset (default stdout)
40
41 -b, --bar
42 enable textual progress bar
43
44 -g, --gui
45 special progress bar used by gui
46
47 -c, --check
48 check the input netlist and exit
49
51 The latest version of Qucs can always be obtained from
52 https://sf.net/p/qucs
53
55 Known bugs are documented within the BUGS file. Report bugs to qucs-
56 bugs@lists.sourceforge.net
57
59 Copyright © 2003, 2004, 2005, 2006, 2007 Stefan Jahn <stefan@lkcc.org>
60 Copyright © 2006 Helene Parruitte <parruit@enseirb.fr>
61 Copyright © 2006 Bastien Roucaries <roucaries.bastien@gmail.com>
62
63 This is free software; see the source for copying conditions. There is
64 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
65 PURPOSE.
66
68 The technical documentation for Qucsator is maintained as a LaTeX man‐
69 ual. The precompiled postscript (or pdf) file comes with every new re‐
70 lease of the application. This documentation is also online available
71 (as HTML) at <http://qucs.sourceforge.net/>.
72
74 Written by Michael Margraf <michael.margraf@alumni.tu-berlin.de>, Vin‐
75 cent Habchi, F5RCS <10.50@free.fr>, Helene Parruitte <parruit@en‐
76 seirb.fr>, Bastien Roucaries <roucaries.bastien@gmail.com> and Stefan
77 Jahn <stefan@lkcc.org>.
78
79
80
81Debian/GNU Linux September 2004 Qucsator(1)