File: build.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 (58 lines) | stat: -rw-r--r-- 2,146 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
%$Id: build.tex,v 1.2 96/03/30 18:03:08 al Exp $
% man commands build .
%------------------------------------------------------------------------
\section{{\tt BUILD} command}
\index{build command}
\index{new circuit}
\index{creating new circuit}
\index{add to circuit}
%------------------------------------------------------------------------
\subsection{Syntax}
\begin{verse}
{\tt Build} \{{\it line}\}
\end{verse}
%------------------------------------------------------------------------
\subsection{Purpose}

Builds a new circuit, or replaces lines in an existing one.
%------------------------------------------------------------------------
\subsection{Comments}

{\tt Build} Lets you enter the circuit from the keyboard.  The prompt changes 
to {\tt >} to show that the program is in the build mode.

At this point, type in the circuit components in standard (Spice type)
netlist format.

Component labels must be unique.  If not, the old one is modified according
to the new data, keeping old values where no new ones were specified.

Ordinarily, components are added to the end of the list.  To insert at a
particular place, specify the label to insert in front of.  Example: {\tt
Build R77} will cause new items to be added before {\tt R77}, instead of at
the end.

In either case, components being changed or replaced do not change their
location in the list.

If it is necessary to start over, {\tt delete all} or {\tt clear} will erase
the entire circuit in memory.

To exit this mode, enter a blank line.
%------------------------------------------------------------------------
\subsection{Examples}

\begin{description}

\item[{\tt build}] Build a circuit.  Add to the end of the list.  This will
add to the circuit without erasing anything.  It will continue until you
exit or memory fills up.

\item[{\tt b}] This is the same as the previous example.  Only the first
letter of the `Build' is necessary.

\item[{\tt build R33}]	Insert new items in front of R33.

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