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
|
%$Id: width.tex,v 1.2 96/03/30 18:03:44 al Exp $
% man commands width .
%------------------------------------------------------------------------
\section{{\tt WIDTH} command}
\index{width command}
\index{in option}
\index{input width option}
\index{out option}
\index{output width option}
%------------------------------------------------------------------------
\subsection{Syntax}
\begin{verse}
{\tt Width \{{\tt IN=}{\it value}\}} \{{\tt OUT=}{\it value}\}
\end{verse}
%------------------------------------------------------------------------
\subsection{Purpose}
Set input and output width.
%------------------------------------------------------------------------
\subsection{Comments}
The `{\tt width}' command is the same as the `{\tt options}'
command. It is provided for SPICE compatibility. SPICE uses
{\tt width} to set two parameters: {\tt in} and {\tt out},
which we set with the {\tt options} command.
%------------------------------------------------------------------------
%------------------------------------------------------------------------
|