From c0cc4df012a2267eaa13695fcc0d4c55ceec5817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Wed, 11 May 2022 11:04:28 +0200 Subject: [PATCH] add pMOS --- transistor/pmos_40p05.yaml | 21 +++++++++++++++++++++ transistor/pmos_si2301ds.yaml | 19 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 transistor/pmos_40p05.yaml create mode 100644 transistor/pmos_si2301ds.yaml diff --git a/transistor/pmos_40p05.yaml b/transistor/pmos_40p05.yaml new file mode 100644 index 0000000..188a83f --- /dev/null +++ b/transistor/pmos_40p05.yaml @@ -0,0 +1,21 @@ +name: 40P05 +description: P-channel enhancement mode vertical DMOS transistor +keywords: transistor, MOSFET, pMOS +datasheet: https://datasheet.lcsc.com/lcsc/2108161030_ALLPOWER-ShenZhen-Quan-Li-Semiconductor-AP40P05_C2886385.pdf +lcsc: C2886385 + +pinout: + G: 1 + S: 2 + D: 3 + +properties: + in: G + pasive: S, D + +schematic: + symbol: FET + options: p, diode + +housing: + outline: JEDEC TO-236 AB diff --git a/transistor/pmos_si2301ds.yaml b/transistor/pmos_si2301ds.yaml new file mode 100644 index 0000000..e64400f --- /dev/null +++ b/transistor/pmos_si2301ds.yaml @@ -0,0 +1,19 @@ +name: Si2301DS +description: P-channel enhancement mode MOS transistor +keywords: transistor, MOSFET, pMOS + +pinout: + G: 1 + S: 2 + D: 3 + +properties: + in: G + passive: S, D + +schematic: + symbol: FET + options: p, diode + +housing: + outline: JEDEC TO-236 AB