Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 728 Bytes

File metadata and controls

40 lines (28 loc) · 728 Bytes

L — Inductor

An inductor stores energy in a magnetic field created by current flowing through a coil.

Syntax

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)

Examples

* Basic inductor
L1 IN OUT 10u

* With initial current
L2 A B 1m IC=100m

* Nanohenries
L3 IN OUT 47n

Mutual Inductance

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.