Next: ALARM command
Up: Command descriptions
Previous: > command
  Contents
Subsections
AC command
AC {options ...} start stop stepsize {options ...}
Performs a small signal, steady state, AC analysis. Sweeps frequency.
The AC command does a linear analysis about an operating point. It is absolutely
necessary to do an OP analysis first on any nonlinear circuit. Not
doing this is the equivalent of testing it with the power off.
Three parameters are normally needed for an AC analysis: start frequency,
stop frequency and step size, in this order. If all of these are omitted,
the values from the most recent AC analysis are used.
If only one frequency is specified, a single point analysis will be done.
If only a new step size is specified, the old start and stop are kept and
only the step size is changed. This is indicated by a keyword: by,
times, decade or octave, or a symbol: + or *.
If the start frequency is zero, the program will still do an AC analysis.
The actual frequency can be considered to be the limit as the frequency
approaches zero. It is, therefore, still possible to have a non-zero
phase angle, but delays are not shown because they may be infinite.
The nodes to look at must have been previously selected by the print or
plot command. This is different fron Spice.
- + stepsize
- Linear sweep. Add stepsize to get the next step. Same as By.
- * multiplier
- Log sweep. Multiply by
multiplier to get the next step.
- > file
- Send results of analysis to file.
- » file
- Append results to file.
- By stepsize
- Linear sweep. Add stepsize to get the next step. Same as +.
- Decade steps
- Log sweep. Use steps steps per decade.
- NOPlot
- Suppress plotting.
- Octave steps
- Log sweep. Use steps steps per octave.
- PLot
- Graphic output, when plotting is
normally off.
- Print
- Send results to printer.
- Quiet
- Suppress console output.
- TEmperature degrees
- Temperature,
degrees C.
- TImes multiplier
- Log sweep. Multiply
by multiplier to get the next step.
- ac 10m
- A single point AC analysis at 10 mHz.
- ac 1000 3000 100
- Sweep from 1000 Hz to 3000 Hz in 100 Hz steps.
- ac 1000 3000 Octave
- Sweep from 1000 Hz to 3000 Hz in octave
steps. Since the sweep cannot end at 3000 Hz, in this case, the last step
will really be 4000 Hz.
- ac by 250
- Keep the same limits as before, but use 250 Hz
steps. In this case, it means to sweep from 1000 to 3000 Hz, because that
it what it was the last time.
- ac 5000 1000 -250
- You can sweep downward, if you want.
Remember that the increment would be negative.
- ac 20 20k *2
- Double the frequency to get the next step.
- ac 20k 20 *.5
- You can do a log sweep downward, too. A
multiplier of less than one moves it down.
- ac
- Do the same AC sweep again.
- ac >afile
- Save the results in the file afile. The
file will look just like the screen. It will have all probe points. It
will be a plot, if plotting is enabled. It will have the numbers in
abbreviated notation. (10 nanovolts is 10.n.)
Next: ALARM command
Up: Command descriptions
Previous: > command
  Contents
Al Davis
2002-03-26