An inductor stores energy in a magnetic field created by current flowing through a coil.
L<name> <node+> <node-> <value> [IC=<initial_current>]
| Parameter | Description |
|---|---|
node+, node- |
Positive and negative terminal nodes |
value |
Inductance in henries |
IC=i |
Initial current through the inductor (for UIC) |
* Basic inductor
L1 IN OUT 10u
* With initial current
L2 A B 1m IC=100m
* Nanohenries
L3 IN OUT 47n
Inductors can be magnetically coupled using the K statement:
L1 A 0 10u
L2 B 0 10u
K1 L1 L2 0.95
See the K — Mutual Inductance article.