File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ class JlcBaseFet(JlcTableSelector):
135135 ]
136136
137137 SUPPLEMENTAL_QC = { # mfr part number to typ Qc @ max Vgs (if multiple specified)
138+ # QFN-8 devices
138139 'IRFH7440TRPBF' : 92e-9 , # @ Vgs=10
139140 'BSC028N06NSATMA1' : 37e-9 , # @ Vgs=0...10V
140141 'BSC057N08NS3G' : 42e-9 , # @ Vgs=0...10V
@@ -143,6 +144,13 @@ class JlcBaseFet(JlcTableSelector):
143144 'SIR876ADP-T1-GE3' : 32.8e-9 , # @ Vgs=10
144145 'SI7336ADP-T1-E3' : 36e-9 , # @ Vgs=4.5
145146 'SIR470DP-T1-GE3' : 102e-9 , # @ Vgs=10
147+
148+ # SOIC-8 devices, top 5 stock in the static parts table
149+ 'AO4406A' : 14e-9 , # @ Vgs=10
150+ 'IRF8313TRPBF' : 6.0e-9 , # @ Vgs=4.5
151+ 'AO4435' : 18e-9 , # @ Vgs=-10
152+ 'AO4419' : 19e-9 , # @ Vgs=4.5
153+ 'AO4264E' : 14.5e-9 , # @ Vgs=10
146154 }
147155
148156 @classmethod
You can’t perform that action at this time.
0 commit comments