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}
%------------------------------------------------------------------------
%------------------------------------------------------------------------
|