1gschem(1) 1.8.2.20130925 gschem(1)
2
3
4
6 gschem - gEDA/gaf Schematic Capture
7
9 gschem [OPTION ...] [--] [FILE ...]
10
12 gschem is a schematic capture application, and is part of the gEDA (GPL
13 Electronic Design Automation) toolset. It is used to draw electronic
14 schematics, which describe the logical structure of an circuit.
15 Schematics are made up of symbols, which represent the various compo‐
16 nents in the circuit, and are obtained either from a standard library
17 or created by the user. The connections between components represented
18 by nets (wires). Schematics may be printed to a PostScript file for
19 printing or further conversion to other output formats. Output to var‐
20 ious image formats is also supported.
21
22 gschem can also be used for editing symbols for use in schematics.
23
24
26 -q, --quiet
27 Quiet mode. Turn off all warnings/notes/messages.
28
29 -v, --verbose
30 Verbose mode. Output all diagnostic information.
31
32 -r, --config-file=FILE
33 Specify an additional configuration file. Normally gschem
34 searches for the system configuration file, then
35 `$HOME/.gEDA/gschemrc', and finally for a `gschemrc' file in
36 the current working directory. This option allows the user to
37 specify an additional rc file which is read after all the other
38 rc files have been are read.
39
40 -L DIRECTORY
41 Prepend DIRECTORY to the list of directories to be searched for
42 Scheme files.
43
44 -s FILE Specify a Scheme script to be executed at startup.
45
46 -c EXPR Specify a Scheme expression to be evaluated at startup.
47
48 -o, --output=FILE
49 Specify a filename for PostScript output. This command line
50 argument is useful when running gschem from a shell script and
51 with a Scheme script. The filename can be changed through the
52 print dialog box.
53
54 -p Automatically place the window. This may be useful if running
55 gschem from the command line and generating output.
56
57 -h, --help
58 Print a help message.
59
60 -V, --version
61 Print gschem version information.
62
63 -- Treat all remaining arguments as schematic or symbol filenames.
64 Use this if you have a schematic or symbol filename which
65 begins with `-'.
66
67
69 Optionally, schematic or symbol FILEs may be specified on the command
70 line. Any schematic or symbols specified are loaded at startup as sep‐
71 arate documents in the schematic editor.
72
73 If no FILEs are specified, a blank schematic is created for editing.
74
75
77 GEDADATA
78 specifies the search directory for Scheme and rc files. The
79 default is `${prefix}/share/gEDA'.
80
81 GEDADATARC
82 specifies the search directory for rc files. The default is
83 `$GEDADATA'.
84
85
87 See the `AUTHORS' file included with this program.
88
89
91 Copyright © 1999-2011 gEDA Contributors. License GPLv2+: GNU GPL
92 version 2 or later. Please see the `COPYING' file included with this
93 program for full details.
94
95 This is free software: you are free to change and redistribute it.
96 There is NO WARRANTY, to the extent permitted by law.
97
98
100 gnetlist(1), gsymcheck(1)
101
102 The full documentation for gschem is available from within the program
103 by selecting the `gEDA Documentation' option from the program's `Help'
104 menu.
105
106
107
108gEDA Project September 25th, 2013 gschem(1)