powerintegrations

Parse Power Integrations MPNs to identify product families, base part numbers, and package types.

3|Updated Jan 31, 2025
One-click install
npx skills add https://github.com/Cantara/lib-electronic-components --skill powerintegrations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: powerintegrations
Source: https://github.com/Cantara/lib-electronic-components/tree/main/.claude/skills/manufacturers/powerintegrations
Command: npx skills add https://github.com/Cantara/lib-electronic-components --skill powerintegrations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps engineers quickly understand and work with Power Integrations' complex part numbers, package types, and product families, reducing errors and speeding up component selection.

Core Features & Use Cases

  • MPN Decoding: Parses Power Integrations MPNs to identify the product family, base part number, and package type.
  • Package Identification: Maps cryptic package codes (e.g., 'Y', 'G', 'C') to their standard names (e.g., 'TO-220', 'SMD-8', 'InSOP-24').
  • Use Case: When faced with a part number like 'TOP249YN', this Skill can tell you it's a TOPSwitch family part, the base number is 'TOP249', and it uses a 'TO-220' package.

Quick Start

Decode the Power Integrations part number TNY268GN.

Frequently Asked Questions about powerintegrations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decode a Power Integrations part number to identify its product family?

Package identification maps cryptic package codes like 'Y', 'G', or 'C' to their standard names such as 'TO-220', 'SMD-8', or 'InSOP-24'. This mapping translates suffixes into recognizable standard package types.

What is the best way to look up package types for Power Integrations semiconductor components?

Package identification maps cryptic package codes like 'Y', 'G', or 'C' to their standard names such as 'TO-220', 'SMD-8', or 'InSOP-24'. This mapping translates suffixes into recognizable standard package types.

Can I use MPN decoding for selecting SMPS controllers and LED drivers?

MPN decoding supports component families including SMPS controllers, LED drivers, and gate drivers. It categorizes product families using predefined patterns and explicit matching logic to streamline component selection.

How do I parse a specific MPN like TOP249YN to find its base number and package?

Parsing an MPN like TOP249YN identifies it as a TOPSwitch family part, with 'TOP249' as the base number and 'TO-220' as the package type. The parser applies explicit matching logic to extract these details.

What limitations exist when categorizing Power Integrations product families from part numbers?

Categorization relies on predefined patterns and explicit matching logic for product family identification. Part numbers falling outside recognized Power Integrations patterns may not parse correctly into base numbers or package types.