1gspiceui(1) User Commands gspiceui(1)
2
3
4
6 gspiceui - GUI frontend for various electronic circuit simulation
7 engines
8
9
11 gspiceui [-v] [-h] [-r RCFILE] [-s SIMENG] [-a ANA] [-g [PROC]] [-w
12 VIEWER] [FILE/S]
13
14
16 GNU Spice GUI (gSpiceUI) is intended to provide a GUI for various
17 freely available electronic circuit simulation engines ie. GNU-Cap and
18 NG-Spice. It uses gNetList to convert schematic files to net list files
19 and gWave or Gaw to display simulation results. gSchem is the preferred
20 schematic capture tool.
21
22
24 gspiceui accepts the following options :
25
26
27 -v Print version information.
28
29
30 -h Print usage information.
31
32
33 -r RCFILE Specify a configuration file.
34
35
36 -s SIMENG Specify the simulation engine to be used.
37
38
39 -a ANA Specify the analysis page to be displayed.
40
41
42 -g [PROC] Specify the guile procedure which is executed to create the
43 netlist.
44
45
46 -w VIEWER Specify the waveform viewer to be used.
47
48
49 FILE/S Specify a circuit description file to load or schematic
50 file/s to import. If multiple schematics files are speci‐
51 fied they are read sequentially and parsed with the assump‐
52 tion that they are all part of the same design. Any file/s
53 must be specified at the end of the command line.
54
56 Report bugs to <m.waters@bom.gov.au>.
57
58
60 Written by Michael Waters
61
62
64 gschem (1), gnetlist (1), ngspice (1), gnucap (1), gwave (1), gaw (1)
65
67 Copyright © 2003-2009 Mike Waters
68
69 This document can be freely redistributed according to the terms of the
70 GNU General Public License version 2.0
71
72
73
74Mike Waters April 2009 gspiceui(1)