1QucsConverter(1) User Commands QucsConverter(1)
2
3
4
6 QucsConverter - Command line tool for data conversion.
7
9 qucsconv [OPTION]...
10
12 The QucsConverter is a command line tool for converting netlists, data
13 files and schematics from other software into data formats used by Qucs
14 and its simulation backend.
15
16 The software aims to support a variety of data formats and currently
17 supports Qucs datasets, SPICE netlists, CITIfiles, Touchstone, ZVR, VCD
18 and IC-CAP model files as input data format and CSV files, Qucs
19 netlists, libraries and datasets as output data format.
20
21
23 -h, --help
24 display this help and exit
25
26 -v, --version
27 display version information and exit
28
29 -i FILENAME
30 use file as input file (default stdin)
31
32 -o FILENAME
33 use file as output file (default stdout)
34
35 -if FORMAT
36 input data specification (e.g. touchstone, citi, qucsdata,
37 spice, zvr, vcd, csv or mdl)
38
39 -of FORMAT
40 output data specification (e.g. touchstone, csv, qucs, qucsdata
41 or qucslib)
42
43 -a, --noaction
44 do not include netlist actions in the output
45
46 -g GNDNODE
47 replace ground node
48
49 -d DATANAME
50 data variable specification
51
52 -c, --correct
53 enable node correction
54
56 The latest version of Qucs can always be obtained from www.source‐
57 forge.net or www.freshmeat.net
58
60 Known bugs are documented within the BUGS file. Report bugs to <qucs-
61 bugs@lists.sourceforge.net>.
62
64 Copyright © 2004, 2005, 2006, 2007 Stefan Jahn <stefan@lkcc.org>
65
66 This is free software; see the source for copying conditions. There is
67 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
68 PURPOSE.
69
71 Written by Michael Margraf <michael.margraf@alumni.tu-berlin.de>,
72 Raimund Jacob <raimi@lkcc.org> and Stefan Jahn <stefan@lkcc.org>.
73
74
75
76Debian/GNU Linux June 2006 QucsConverter(1)