File: modify.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 (37 lines) | stat: -rw-r--r-- 1,283 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
%$Id: modify.tex,v 1.2 96/03/30 18:03:27 al Exp $
% man commands modify .
%------------------------------------------------------------------------
\section{{\tt MODIFY} command}
\index{modify command}
%------------------------------------------------------------------------
\subsection{Syntax}
\begin{verse}
{\tt MOdify} {\it partlabel}={\it value} ...
\end{verse}
%------------------------------------------------------------------------
\subsection{Purpose}

Quickly change a component value.
%------------------------------------------------------------------------
\subsection{Comments}

This command quickly changes the value of a component.  It is restricted to
simply changing the value.

If several components have the same label or if wildcard characters are
used, all are changed.
%------------------------------------------------------------------------
\subsection{Example}

\begin{description}

\item[{\tt modify R66=1k}] R66 now has a value of 1k, regardless of what it
was before.

\item[{\tt modify C12=220p L1=1u}] C12 is 220 pf and L1 is 1 uH.

\item[{\tt mod R*=22k}] All resistors are now 22k.

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