FET (Field-Effect Transistor)
schematic:
symbol: FET
Pinout restrictions
- Gate pin name should begin with letter
G
. Example:G
,G1
- Drive pin name should begin with letter
D
. Example:D
,D1
- Source pin name should begin with letter
S
. Example:S
,S1
- If there are any other pins then a symbol with enclosure and annotated pins will be generated.
Example:
pinout:
G1: 2
D1: 7, 8
S1: 1
G2: 4
D2: 5, 6
S2: 3
Optional parameters
Name | Type | Description |
---|---|---|
bottom |
list | List of pins on the bottom side of symbol enclosure |
left |
list | List of pins on the left side of symbol enclosure |
options |
list | Symbol options (see below) |
right |
list | List of pins on the right side of symbol enclosure |
top |
list | List of pins on the top side of symbol enclosure |
options
Option | Description | Symbol |
---|---|---|
depletion |
Depletion-mode | |
diode |
Diode between drain and source | |
jfet |
Junction gate | |
n |
N-channel | |
p |
P-channel |
Real example
schematic:
symbol: FET
options: n, diode