diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-06-17 21:19:43 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-06-17 21:19:43 -0400 |
commit | b3d6bf106e5ba6ea64f24ba76f4712691149549d (patch) | |
tree | 4010543139fdd3abdc61c76d2a7029eaa2f0d6a1 | |
parent | 988007f7c21e7fa5402843f1a37634f29fc8f163 (diff) | |
download | eagle-b3d6bf106e5ba6ea64f24ba76f4712691149549d.tar.gz eagle-b3d6bf106e5ba6ea64f24ba76f4712691149549d.zip |
updated BNC and SMA connector
Eagle > v6.0 permits single pin connected to different pads
-rw-r--r-- | libraries/evmik_bnc_sma_connectors.lbr | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/libraries/evmik_bnc_sma_connectors.lbr b/libraries/evmik_bnc_sma_connectors.lbr index 7b26fdc..ffa2c1b 100644 --- a/libraries/evmik_bnc_sma_connectors.lbr +++ b/libraries/evmik_bnc_sma_connectors.lbr @@ -211,10 +211,8 @@ http://catalog.tycoelectronics.com/TE/bin/TE.Connect?C=1&PN=227677-1&M=S <text x="3.937" y="-2.413" size="1.27" layer="96" rot="MR180">>VALUE</text> <text x="-2.286" y="0.508" size="1.778" layer="94" font="vector">BNC</text> <pin name="CONDUCTOR" x="-5.08" y="0" visible="off" length="point"/> -<pin name="SHIELD2" x="0" y="-5.08" visible="off" length="point" rot="R90"/> -<pin name="SHIELD1" x="2.54" y="-5.08" visible="off" length="point" rot="R90"/> -<wire x1="0" y1="-5.08" x2="0" y2="-3.81" width="0.254" layer="94"/> -<wire x1="2.54" y1="-5.08" x2="2.54" y2="-2.54" width="0.254" layer="94"/> +<pin name="SHIELD1" x="0" y="-5.08" visible="off" length="point" rot="R90"/> +<wire x1="0" y1="-5.08" x2="0" y2="-3.6068" width="0.254" layer="94"/> </symbol> </symbols> <devicesets> @@ -252,8 +250,7 @@ http://catalog.tycoelectronics.com/TE/bin/TE.Connect?C=1&M=BYPN&PID=4946 <device name="-TYPE1VERT" package="CONN-BNC-AMP-TYPE1VERT"> <connects> <connect gate="." pin="CONDUCTOR" pad="CONDUCTOR"/> -<connect gate="." pin="SHIELD1" pad="SHIELD1"/> -<connect gate="." pin="SHIELD2" pad="SHIELD2"/> +<connect gate="." pin="SHIELD1" pad="SHIELD1 SHIELD2"/> </connects> <technologies> <technology name=""> @@ -264,8 +261,7 @@ http://catalog.tycoelectronics.com/TE/bin/TE.Connect?C=1&M=BYPN&PID=4946 <device name="TYPE3HORIZ" package="CONN-BNC-AMP-TYPE3HORIZ"> <connects> <connect gate="." pin="CONDUCTOR" pad="CONDUCTOR"/> -<connect gate="." pin="SHIELD1" pad="SHIELD1"/> -<connect gate="." pin="SHIELD2" pad="SHIELD2"/> +<connect gate="." pin="SHIELD1" pad="SHIELD1 SHIELD2"/> </connects> <technologies> <technology name=""/> |