|
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
先前就一直有这样的一个想法,但是今天终于找到了方法:
9 G2 i+ j+ q: f n 下面介绍的方法以SPB 16.5为例,
, g3 ~* Q. o1 x+ p4 v 其实就是用ALT_SYMBOLS的属性即可解决问题:- s( |) R" L- y# @; j8 t
方法1:2 {2 x* U* G2 _6 D+ f- X
The ALT_SYMBOLS property does not include the JEDEC_TYPE property and alternate symbols are not side-specific.
% i) s" y& ^; G+ Y- w5 r3 ~ (SOIC20, DIP20_3)代表的含义如下:% n- P2 Q# \" S& W2 ?
TOP allows: SOIC20, DIP20_3 and Jedec_type DIP20
1 `$ C& ]2 x. M BOTTOM allows: SOIC20, DIP20_3 and Jedec_type DIP20
: l: |( e' X6 h' @2 d$ u 使用方法:即在orcad中中,为PART增加ALT_SYMBOLS的属性,然后value为"(SOIC20, DIP20_3)"
1 c4 e9 c8 p% X) Y# f6 M8 R 这种方法在导入PCB EDIT 后,选择“move ”,再选择对应的封装,不会出现,可以切换的封装列表,但是可以每点一下“alt_symbol”可以循环切换:(如图1)2 P3 _1 ]! v: ]3 X! T. ?3 Q
方法2:& M2 M z9 B2 f/ i4 y
2.; U7 T |" V4 |5 h: E
The ALT_SYMBOLS property does not include the JEDEC_TYPE property, and alternate symbols are side-specific.4 Y5 u7 p5 i; _9 o2 Z
(TOP: SOIC20, DIP20_3; BOTTOM: DIP20_3)
O/ t6 D$ J! u2 a! V* L 含义如下
0 B5 R, c, w# Y. I* f; g& e# V- ]- D TOP allows: DIP20 SOIC20 and Jedec_type DIP20$ M, ~) k( h1 Q, _& c2 l9 l( ~/ D) `
BOTTOM allows: DIP20_3 and Jedec_type DIP20# z6 J- r: n+ o( t$ j* }
使用方法:即在ORCAD中中,为PART增加ALT_SYMBOLS的属性,然后value为"(T:SOIC20, DIP20_3;B:SOIC20, DIP20_3)"
/ d' L9 i2 K3 l" Q1 q9 D6 y 如图2:
- z# N4 e6 k6 a+ }6 k5 P 这种方法在导入PCB EDIT ,选择“PLACE MAUAL ”后,再选择对应的封装,就会出现,可以切换的封装列表:(如图3)
8 P2 R1 r% ]1 [0 q- A6 f# a! ?& R1 u8 x) R
5 G' x g" r' ?: I
|
评分
-
查看全部评分
|