Skip to content

Qucs Command Line Tools

Guilherme Brondani Torri edited this page Jun 25, 2015 · 5 revisions

qucs

Translate schematic (.sch) into netlist

$qucs -h
Usage: qucs [-hv] 
       qucs -n -i FILENAME -o FILENAME
       qucs -p -i FILENAME -o FILENAME.[pdf|png|svg|eps] 

  -h, --help     display this help and exit
  -v, --version  display version information and exit
  -n, --netlist  convert Qucs schematic into netlist
  -p, --print    print Qucs schematic to file (eps needs inkscape)
    --page [A4|A3|B4|B5]         set print page size (default A4)
    --dpi NUMBER                 set dpi value (default 96)
    --color [RGB|RGB]            set color mode (default RGB)
    --orin [portraid|landscape]  set orientation (default portraid)
  -i FILENAME    use file as input schematic
  -o FILENAME    use file as output netlist

qucsator

Qucsator is the simulation backend. It is a command line circuit simulator. Available options:

$qucsator
Usage: qucsator [OPTION]...

  -h, --help     display this help and exit
  -v, --version  display version information and exit
  -i FILENAME    use file as input netlist (default stdin)
  -o FILENAME    use file as output dataset (default stdout)
  -b, --bar      enable textual progress bar
  -g, --gui      special progress bar used by gui
  -c, --check    check the input netlist and exit

qucsconv

$qucsconv
Usage: qucsconv [OPTION]...

  -h, --help      display this help and exit
  -v, --version   display version information and exit
  -i  FILENAME    use file as input file (default stdin)
  -o  FILENAME    use file as output file (default stdout)
  -if FORMAT      input data specification (see FORMAT below)
  -of FORMAT      output data specification (see FORMAT below)
  -a, --noaction  do not include netlist actions in the output
  -g  GNDNODE     replace ground node
  -d  DATANAME    data variable specification
  -c, --correct   enable node correction

FORMAT: The input - output format pair should be one of the following:
  inputformat - outputformat
  spice       - qucs
  spice       - qucslib
  vcd         - qucsdata
  qucsdata    - csv
  qucsdata    - touchstone
  citi        - qucsdata
  touchstone  - qucsdata
  csv         - qucsdata
  zvr         - qucsdata
  mdl         - qucsdata
  qucsdata    - matlab

Report bugs to <qucs-bugs@lists.sourceforge.net>.

qucsdigilib

$qucsdigilib -h
Usage: qucsdigilib <netlist.txt> <directory> <entity> <library>
Directory has to contain the file 'netlist.txt'.

qucsveri

$qucsveri -h
Usage: qucsveri <netlist.txt> <output.dat> <time> <directory> <bindirectory> [<convoption>]
Directory has to contain the file 'netlist.txt'.

qucsdigilib

$qucsdigilib
Usage: qucsdigilib <netlist.txt> <directory> <entity> <library>
Directory has to contain the file 'netlist.txt'.