File: 0summary.tex

package info (click to toggle)
acs 021-2.3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,196 kB
  • ctags: 2,629
  • sloc: cpp: 15,013; makefile: 166
file content (122 lines) | stat: -rw-r--r-- 3,588 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
%$Id: 0summary.tex,v 1.2 96/03/30 18:03:03 al Exp $
% man commands summary .
%------------------------------------------------------------------------
\index{command descriptions}
\index{command summary}

\begin{description}

\item[{\tt *}] Comment line.
\index{comment line}

\item[{\tt !}] Pass a command to the operating system.

\item[{\tt <}] Batch mode.

\item[{\tt >}] Direct the ``standard output'' to a file.

\item[{\tt AC}] Performs a small signal AC (frequency domain) analysis.
Sweeps frequency.

\item[{\tt ALARM}] Select points in circuit check against limits.

\item[{\tt ALTER}] Perform analyses in queue.  Changes follow.  (Not
implemented.)

\item[{\tt BUILD}] Build a new circuit or change an existing one.

\item[{\tt CHDIR}] Change current directory.

\item[{\tt CLEAR}] Delete the entire circuit, titles, etc.

\item[{\tt DC}] Performs a nonlinear DC analysis, for determining transfer
characteristics.  Sweeps DC input or component values.

\item[{\tt DELETE}] Delete a part, or group of parts.

\item[{\tt DISTO}] SPICE command not implemented.

\item[{\tt EDIT}] Edit the circuit description using your editor.

\item[{\tt END}] Perform analyses in queue.  New circuit follows.
(Implemented incorrectly.)

\item[{\tt EXIT}] Exits the program.  (Same as quit)

\item[{\tt FANOUT}] List by node number, the branches that connect to each
node.

\item[{\tt FAULT}] Temporarily change a component.

\item[{\tt FOURIER}] Transient analysis, with results in
frequency domain.  (Different from SPICE.)

\item[{\tt GENERATOR}] View and set the transient analysis function
generator.

\item[{\tt GET}] Get a circuit from a disk file.  Deletes old one first.

\item[{\tt HELP}] Requests advice on error messages, options, command
syntax.

\item[{\tt IC}] Set transient analysis initial conditions.
(Not implemented.)

\item[{\tt INSERT}] Insert a node number.  (Make a gap.)

\item[{\tt LIST}] List the circuit on the console.

\item[{\tt LOG}] Save a record of commands.

\item[{\tt MARK}] Mark this time point, so transient analysis will restart
here.

\item[{\tt MERGE}] Get a circuit from disk.  Add it the what is already in
memory.

\item[{\tt MODIFY}] Change a value, node, etc.  For very simple changes.

\item[{\tt NODESET}] Preset node voltages, to assist convergence.  (Not
implemented.)

\item[{\tt NOISE}] SPICE command not implemented.

\item[{\tt OP}] Performs a nonlinear DC analysis, for determining quiescent
operating conditions.  Sweeps temperature.

\item[{\tt OPTIONS}] View and set system options.  (Same as set.)

\item[{\tt PAUSE}] Wait for key hit, while in batch mode.

\item[{\tt PLOT}] Select points in circuit (and their range) to plot.

\item[{\tt PRINT}] Select which points in the circuit to print as table.

\item[{\tt QUIT}] Exits the program.  (Same as exit.)

\item[{\tt SAVE}] Save the circuit in a file.

\item[{\tt SENS}] SPICE command not implemented.

\item[{\tt STATUS}] Display resource usage, etc.

\item[{\tt SWEEP}] Sweep a component.  (Loop function.)

\item[{\tt TEMP}] SPICE command not implemented.

\item[{\tt TF}] SPICE command not implemented.

\item[{\tt TITLE}] View and create the heading line for printouts and files.

\item[{\tt TRANSIENT}] Performs a nonlinear transient (time domain)
analysis.  Sweeps time.

\item[{\tt UNFAULT}] Undo faults.

\item[{\tt UNMARK}] Undo mark.  Release transient start point.

\item[{\tt WIDTH}] Set output width.

\end{description}
%------------------------------------------------------------------------
%------------------------------------------------------------------------