|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
先前就一直有这样的一个想法,但是今天终于找到了方法:1 U7 h9 R* x1 C3 q, [* M ?
下面介绍的方法以SPB 16.5为例,$ c( ~8 p3 c/ D+ G+ V$ g' p/ L/ m
其实就是用ALT_SYMBOLS的属性即可解决问题:$ D8 J* I3 w! x- Q& s2 y
方法1:( R4 e! M/ }2 Y3 J3 l
The ALT_SYMBOLS property does not include the JEDEC_TYPE property and alternate symbols are not side-specific.
. B$ r0 v0 q2 h: i& B4 | (SOIC20, DIP20_3)代表的含义如下: [0 F6 D8 }2 ~! Y6 ^
TOP allows: SOIC20, DIP20_3 and Jedec_type DIP20" x* w# h4 y. j4 I& U3 }4 ^. Y
BOTTOM allows: SOIC20, DIP20_3 and Jedec_type DIP20
# ~( M5 m7 H& V7 ^1 v# `: V 使用方法:即在orcad中中,为PART增加ALT_SYMBOLS的属性,然后value为"(SOIC20, DIP20_3)"+ o* ~" _& K7 K7 L* a+ Z; l; {
这种方法在导入PCB EDIT 后,选择“move ”,再选择对应的封装,不会出现,可以切换的封装列表,但是可以每点一下“alt_symbol”可以循环切换:(如图1)1 C4 m f3 Z6 s6 |& [
方法2:) _9 i( t; t' `& ?: }
2./ ^, _9 p2 ~# N5 D% c
The ALT_SYMBOLS property does not include the JEDEC_TYPE property, and alternate symbols are side-specific.0 E1 Z) Z' G. q4 {' E
(TOP: SOIC20, DIP20_3; BOTTOM: DIP20_3)
! c. q9 i- j9 n1 r9 _+ `' o 含义如下' J( R& [- q% } U
TOP allows: DIP20 SOIC20 and Jedec_type DIP20
7 g" y8 { b! ]) |7 b- O. M BOTTOM allows: DIP20_3 and Jedec_type DIP20
, p% J' y0 p1 J& ~, S6 }, H) d! P 使用方法:即在ORCAD中中,为PART增加ALT_SYMBOLS的属性,然后value为"(T:SOIC20, DIP20_3;B:SOIC20, DIP20_3)"5 }5 @( x- O+ O6 r. x5 k( A
如图2:
' d- }8 F0 b9 i/ D& u% P 这种方法在导入PCB EDIT ,选择“PLACE MAUAL ”后,再选择对应的封装,就会出现,可以切换的封装列表:(如图3); N* {7 V" z& u% a& A; x( m
" M3 D3 b3 E, G3 l1 t. n; ?
% s+ O4 @8 x: K |
评分
-
查看全部评分
|