|
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
先前就一直有这样的一个想法,但是今天终于找到了方法:
) f3 p8 \+ R6 i' T: C8 x 下面介绍的方法以SPB 16.5为例,
* F! m h) }# Q) n& p ^ 其实就是用ALT_SYMBOLS的属性即可解决问题:2 r2 F1 q/ d8 A) q5 H6 z, G
方法1:
! h. I1 \3 S6 ~: c The ALT_SYMBOLS property does not include the JEDEC_TYPE property and alternate symbols are not side-specific.
7 @2 X/ O8 F; Q) [ (SOIC20, DIP20_3)代表的含义如下:
8 z- Y- e/ H3 f4 L' l' i4 k TOP allows: SOIC20, DIP20_3 and Jedec_type DIP20) N. F1 ^- S6 W" ]
BOTTOM allows: SOIC20, DIP20_3 and Jedec_type DIP203 {8 c. p7 {0 K3 {& T% r
使用方法:即在orcad中中,为PART增加ALT_SYMBOLS的属性,然后value为"(SOIC20, DIP20_3)"$ O8 n1 _! T7 Q9 ^4 ~% \2 w
这种方法在导入PCB EDIT 后,选择“move ”,再选择对应的封装,不会出现,可以切换的封装列表,但是可以每点一下“alt_symbol”可以循环切换:(如图1)! J( `3 j" Q! X
方法2:6 z6 T* U+ c" e" `: E
2.
' Y/ S A/ [' _9 O The ALT_SYMBOLS property does not include the JEDEC_TYPE property, and alternate symbols are side-specific.3 R& ^+ K$ x9 I6 g, i" r5 O
(TOP: SOIC20, DIP20_3; BOTTOM: DIP20_3)
# s8 \7 ~" x8 U& K 含义如下0 Y2 R1 o9 n( G% i
TOP allows: DIP20 SOIC20 and Jedec_type DIP209 e9 b* i- }2 }
BOTTOM allows: DIP20_3 and Jedec_type DIP20
, J/ I1 l6 B/ F9 H4 O& a. p 使用方法:即在ORCAD中中,为PART增加ALT_SYMBOLS的属性,然后value为"(T:SOIC20, DIP20_3;B:SOIC20, DIP20_3)"
3 K# R( a( R# x 如图2:. g6 _* d8 a& Y0 i t1 a
这种方法在导入PCB EDIT ,选择“PLACE MAUAL ”后,再选择对应的封装,就会出现,可以切换的封装列表:(如图3)3 \' u$ e6 H! U& T- _' q, R
3 _( R* d: W5 B; i, o) L$ n- M 6 h# p8 k+ E- f5 R. ^) Y7 @; [
|
评分
-
查看全部评分
|