Use when working with inductor components - adding inductor patterns, parsing inductor MPNs, extracting inductance values, current ratings, or package codes from inductor part numbers.
name: inductor
description: Use when working with inductor components - adding inductor patterns, parsing inductor MPNs, extracting inductance values, current ratings, or package codes from inductor part numbers.
Inductor Component Skill
Guidance for working with inductor components in the lib-electronic-components library.
Supported Manufacturers & Patterns
Manufacturer
Handler
MPN Patterns
Example
Murata
MurataHandler
LQG..., LQH..., LQW..., LQM...
LQG15HS2N2S02D
TDK
TDKHandler
MLF#..., NLV..., SDR...
MLF2012A100KT000
Bourns
BournsHandler
SRR..., SRN..., SRP...
SRR1208-100M
ComponentTypes
// Base type
ComponentType.INDUCTOR
// Manufacturer-specific types
ComponentType.INDUCTOR_CHIP_MURATA
ComponentType.INDUCTOR_POWER_MURATA
ComponentType.INDUCTOR_CHIP_TDK
ComponentType.INDUCTOR_POWER_TDK
ComponentType.INDUCTOR_CHIP_BOURNS
ComponentType.INDUCTOR_THT_BOURNS
ComponentType.INDUCTOR_CHIP_YAGEO
ComponentType.INDUCTOR_CHIP_COILCRAFT
ComponentType.INDUCTOR_PANASONIC
MPN Structure
Murata LQG Series (Chip Inductor)
LQG 15 HS 2N2 S 02 D
│ │ │ │ │ │ │
│ │ │ │ │ │ └── Packaging (D=180mm Reel)
│ │ │ │ │ └───── Special code
│ │ │ │ └──────── Tolerance (S=±0.3nH)
│ │ │ └──────────── Value (2N2=2.2nH)
│ │ └─────────────── Series (HS=High Frequency)
│ └────────────────── Size (15=0402)
└────────────────────── Family (LQG=Chip)
TDK MLF Series
MLF 2012 A 100 K T 000
│ │ │ │ │ │ │
│ │ │ │ │ │ └── Special code
│ │ │ │ │ └──── Packaging (T=Taping)
│ │ │ │ └────── Tolerance (K=±10%)
│ │ │ └────────── Value (100=10µH)
│ │ └──────────── Type (A=Standard)
│ └───────────────── Size (2012=0805)
└────────────────────── Series (MLF=Multilayer)