Circuit Elements
Flags
Some circuit elements have parameters that are flags. For instance, the independent current source has a load flag. A flag is active if it is used. Alternatively, you can assign a value to the flag. A value ≥ 0.5 means the flag is on, anything else means the flag is off. For example:
I1 N001 0 2m load=1
is the same as
I1 N001 0 2m load
Dynamic Nodes
Instead of naming a node directly, its name can be the result of an expression. For instance:
.param CONNECT = "N001"
I1 {CONNECT} 0 2m
is identical to
I1 N001 0 2m
This is mainly useful for library authors to make connectivity dependent on parameters.
List of Components
| Component | Syntax |
|---|---|
| Special functions |
Axx n1 n2 n3 n4 n5 n6 n7 n8 |
| Arbitrary behavioral source | Bxx n+ n- <V=... or I=...> |
| Capacitor |
Cxx n+ n- <capacitance> |
| Diode | Dxx A K <model> [area] |
| Voltage dependent voltage | Exx n+ n- nc+ nc- <gain> |
| Current dependent current | Fxx n+ n- <Vnam> <gain> |
| Voltage dependent current | Gxx n+ n- nc+ nc- <transcond.> |
| Current dependent voltage | Hxx n+ n- <Vnam> <transres.> |
| Independent current source | Ixx n+ n- <current> |
| JFET transistor |
Jxx D G S <model> [area] [off] |
| Mutual inductance | Kxx L1 L2 L3... <coeff.> |
| Inductance |
Lxx n+ n- <inductance> |
| MOSFET transistor |
Mxx D G S B <model> [L=<len>] |
| Lossy transmission line | Oxx L+ L- R+ R- <model> |
| Bipolar transistor |
Qxx C B E [S] <model> [area] |
| Resistor | Rxx n1 n2 <value> |
| Voltage controlled switch |
Sxx n1 n2 nc+ nc- <model> |
| Lossless transmission line |
Txx L+ L- R+ R- ZO=<value> |
| Uniform RC-line |
Uxx n1 n2 ncommon <model> |
| Independent voltage source | Vxx n+ n- <voltage> |
| Current controlled switch |
Wxx n1 n2 <Vnam> <model> |
| Subcircuit | Xxx n1 n2 n3... <subckt name> |
| MESFET or IGBT transistors |
Zxx D G S model [area] [off] |
| Frequency Response Analyzer |
@xx fstart=<val> fend=<val> |
| Frequency Response Analysis Probe | &xx o+ o- i+ i- |
Copyright © 1998–2025 by Analog Devices Inc. All Rights Reserved.