File: insert.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 (38 lines) | stat: -rw-r--r-- 1,503 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
%$Id: insert.tex,v 1.2 96/03/30 18:03:22 al Exp $
% man commands insert .
%------------------------------------------------------------------------
\section{{\tt INSERT} command}
\index{insert command}
\index{nodes: insert}
%------------------------------------------------------------------------
\subsection{Syntax}
\begin{verse}
{\tt INsert} {\it node}\\
{\tt INsert} {\it node, count}
\end{verse}
%------------------------------------------------------------------------
\subsection{Purpose}

Open up node numbers inside a circuit.
%------------------------------------------------------------------------
\subsection{Comments}

To open up an internal node, enter {\tt insert} followed by the number and
how many.  All node numbers higher than the first number will be raised by
the second.  The second (how many) is optional.  If omitted, 1 will be
assumed.
%------------------------------------------------------------------------
\subsection{Examples}

\begin{description}

\item[{\tt insert 8 3}] Insert 3 nodes before node 8.  Adds 3 nodes (8,9,10)
with no connections.  Old node numbers 8 and higher have 3 added to them to
make room.  Old node 8 is now 11, 9 is now 12, 10 is now 13, 11 is 14, etc.

\item[{\tt insert 6}] Insert one node at 6.  Old nodes 6 and higher are
incremented by 1.  Old node 6 is now 7, 7 is 8, etc.

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