1gspiceui(22) User Commands gspiceui(22)
2
3
4
6 gspiceui - GUI frontend for various electronic circuit simulation
7 engines
8
9
11 gspiceui [-v] [-h] [-r RCFILE] [-c] [-s SIMENG] [-a ANA] [-g [PROC]]
12 [-w VIEWER] [FILE/S]
13
14
16 GNU SPICE GUI is intended to provide a GUI for various freely available
17 electronic circuit simulation engines ie. GNU-Cap and NG-Spice. It uses
18 gnetlist to convert schematic files to net list files and gWave or Gaw
19 to display simulation results. gSchem is the preferred schematic cap‐
20 ture 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 -d Enable debug mode (generates console spew on standard
34 error).
35
36
37 -r RCFILE Specify a configuration file.
38
39
40 -c Rebuild/clean the configuration file.
41
42
43 -s SIMENG Specify the simulation engine to be used.
44
45
46 -a ANA Specify the analysis page to be displayed.
47
48
49 -g [PROC] Specify the guile procedure which is executed to create the
50 netlist.
51
52
53 -w VIEWER Specify the waveform viewer to be used.
54
55
56 FILE/S Specify a circuit description file to load or schematic
57 file/s to import. If multiple schematics files are speci‐
58 fied they are read sequentially and parsed with the assump‐
59 tion that they are all part of the same design. Any file/s
60 must be specified at the end of the command line.
61
62
63 NOTE : Option -s should come before -a if both are specified.
64
65
67 Report bugs to <mwaters517_AT_gmail_DOT_com>.
68
69
71 Written by Mike Waters
72
73
75 gschem (1), gnetlist (1), ngspice (1), gnucap (1), gwave (1), gaw (1)
76
78 Copyright © 2003-2014 Mike Waters
79
80 This document can be freely redistributed according to the terms of the
81 GNU General Public License version 3
82
83
84
85Mike Waters January 2014 gspiceui(22)