File: desc

package info (click to toggle)
sch-rnd 1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,696 kB
  • sloc: ansic: 119,120; awk: 1,502; makefile: 1,421; sh: 1,404; yacc: 905; lex: 172; xml: 160
file content (57 lines) | stat: -rw-r--r-- 1,681 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
@sch-rnd
	Standard installation of sch-rnd

	Install sch-rnd core and the most commonly used plugins.

@sch-rnd-doc
	Documentation for sch-rnd
	
	User manual and developer doc (html).

@sch-rnd-core
	sch-rnd executable with the core functionality and boxsym-rnd

	Includes the data model, the most common action commands, the native file
	format. Can be used in headless mode or batch/scripted mode for automated
	processing or with GUI (if sch-rnd-lib-gui and librnd GUI HIDs are installed).

@sch-rnd-debug
	Debug and diagnostics.

	Extra action commands to help in debugging and diagnosing problems and bugs.

@sch-rnd-export-extra
	Export formats: special/extra

	Less commonly used export formats: abstract model text export,
	direct printing with lpr.

@sch-rnd-export-vector
	Export formats: vector graphics

	Common vector graphic export formats: ps, eps, svg.

@sch-rnd-export-gd
	Export formats that require libgd.

	Bitmap export plugin (png, jpeg, etc.)

@sch-rnd-io-alien
	File format compatibility with other schematics capture tools.

	Load and/or save boards in file formats supported by other
	EDA tools, geda/gschem, lepton-eda, TinyCAD, Altium.

@sch-rnd-lib-gui
	Support library for building the GUI.

	Provides sch-rnd specific dialog boxes and top window GUI elements.

@sch-rnd-sim
	High level circuit simulation

	Circuit simulation that can export and execute SPICE (ngspice) in
	the background and save or present the results. Works both from the
	GUI (with dialogs for configuring simulation setups, presenting
	plots and data in the same dialog) and from CLI (with actions using
	existing configuration, saving output data to a computer readable file).