This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #977 from SchrodingersGat/sot-1123
Added SOT-1123
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
(module SOT-1123 (layer F.Cu) (tedit 5C162AB1) | ||
(descr "SOT-1123 small outline transistor (see http://www.onsemi.com/pub/Collateral/NST3906F3-D.PDF)") | ||
(tags "SOT-1123 transistor") | ||
(attr smd) | ||
(fp_text reference REF** (at 0 -1.25) (layer F.SilkS) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text value SOT-1123 (at 0 1.25) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text user %R (at 0 0) (layer F.Fab) | ||
(effects (font (size 0.2 0.2) (thickness 0.05))) | ||
) | ||
(fp_line (start -0.85 -0.55) (end 0.9 -0.55) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start 0.9 -0.55) (end 0.9 0.55) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start 0.9 0.55) (end -0.85 0.55) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start -0.85 0.55) (end -0.85 -0.55) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start 0.4 -0.3) (end -0.2 -0.3) (layer F.Fab) (width 0.1)) | ||
(fp_line (start -0.4 -0.1) (end -0.4 0.3) (layer F.Fab) (width 0.1)) | ||
(fp_line (start -0.4 0.3) (end 0.4 0.3) (layer F.Fab) (width 0.1)) | ||
(fp_line (start 0.4 0.3) (end 0.4 -0.3) (layer F.Fab) (width 0.1)) | ||
(fp_line (start -0.2 -0.3) (end -0.4 -0.1) (layer F.Fab) (width 0.1)) | ||
(fp_line (start -0.2 -0.4) (end -0.7 -0.4) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start -0.7 -0.4) (end -0.7 0.4) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start -0.7 0.4) (end -0.2 0.4) (layer F.SilkS) (width 0.12)) | ||
(pad 1 smd roundrect (at -0.43 -0.19) (size 0.35 0.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) | ||
(pad 2 smd roundrect (at -0.43 0.19) (size 0.35 0.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) | ||
(pad 3 smd roundrect (at 0.43 0) (size 0.35 0.26) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) | ||
(model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-1123.wrl | ||
(at (xyz 0 0 0)) | ||
(scale (xyz 1 1 1)) | ||
(rotate (xyz 0 0 0)) | ||
) | ||
) |