Skip to main content

<mosfet />

Overview

A MOSFET or "metal-oxide-semiconductor field-effect transistor" is a type of transistor that is used to control the flow of current through a circuit.

export default () => (
<mosfet
name="Q1"
channelType="n"
mosfetMode="depletion"
footprint="sot23"
/>
)
Schematic Circuit Preview

Properties

PropertyDescriptionExample
channelTypeThe type of channel the MOSFET has (n, p)"n"
mosfetModeThe mode of the MOSFET (enhancement, depletion)"depletion"