mirror of
git://git.geda-project.org/gparts
synced 2025-05-08 23:02:54 +08:00
23 lines
263 B
SQL
23 lines
263 B
SQL
CALL AddBJT(
|
|
'ON Semiconductor',
|
|
'2N3904',
|
|
'TO-92',
|
|
'2N3904',
|
|
'NPN',
|
|
0.2,
|
|
250000000,
|
|
0.625
|
|
);
|
|
|
|
CALL AddBJT(
|
|
'ON Semiconductor',
|
|
'2N3906G',
|
|
'TO-92',
|
|
'2N3906',
|
|
'PNP',
|
|
0.2,
|
|
250000000,
|
|
0.625
|
|
);
|
|
|