Use when working with connector components - headers, sockets, wire-to-board, board-to-board connectors. Includes adding patterns, parsing connector MPNs, extracting pin count, pitch, and series information.
name: connector
description: Use when working with connector components - headers, sockets, wire-to-board, board-to-board connectors. Includes adding patterns, parsing connector MPNs, extracting pin count, pitch, and series information.
Connector Component Skill
Guidance for working with connector components in the lib-electronic-components library.
Supported Manufacturers & Patterns
Manufacturer
Handler
MPN Patterns
Example
Wurth
WurthHandler
61########, 62########
6130xx14021
Molex
MolexHandler
43###-####, 39###-####, 53###-####
43045-0212
TE Connectivity
TEHandler
1-######, 2-######, 282###-#
282836-3
JST
JSTHandler
PH#, EH#, XH#, ZH#
PHR-2
Hirose
HiroseHandler
DF#, FH#, BM#, ZX#
DF13-2P-1.25DSA
Amphenol
AmphenolHandler
10####, 20####
`10127716-001
ComponentTypes
// Base type
ComponentType.CONNECTOR
// Manufacturer-specific types
ComponentType.CONNECTOR_WURTH
ComponentType.CONNECTOR_MOLEX
ComponentType.CONNECTOR_TE
ComponentType.CONNECTOR_JST
ComponentType.CONNECTOR_HIROSE
ComponentType.CONNECTOR_AMPHENOL
ComponentType.CONNECTOR_HARWIN