在 OrCAD Capture 建part时,其pin 的特性会影响后续在线路图的接线及转出的连线关系。
Part 的接点基本上可分
与
。
在使用时请特别注意其特性及差异。
指 Type 为 POWER 以外的一般讯号.需要接上 wire或port等才会有连线关系,或可用Place/No Connect宣告不接。
在同一颗 Part 中其 Pin name 必须是唯一且不可重复的.如 IDE0,IDE1……
.
* Pin name 与 Pin number 不能是空白
指Type 为 POWER 之电源讯号 .
此种 PIN 其特点是同颗part内 PIN NAME 可重复,讯号名称net name会以其 PIN NAME 为内定名称,但以其用法又可分为
或
。
Type Power-Visible On
讯号名称net name会以其 PIN NAME 为内定名称,但其讯号名称会依所接的wire或port讯号而更改。
只有 Pin Type 是 Power 时才可以在同颗part内用多个相同的 Pin name。
以下为引用的内容: A power pin is by default connected to a global net that has the same name as the power pin. You can override this default connection by making the power pin visible and connect it to a wire or other electrical object to change its connection to the default net name.You cannot have duplicate pin names for any other pin type except for power pins. |
Type Power-Visible Off
讯号名称net name会以其 PIN NAME 为内定名称,可用来定义 Part 中的内定电源隐藏 Pin,尤其指不会更改讯号名称的内定电源 pin。
##############(以下设定只有在Cadence-Allegro新转法有效) ################
但如果内定电源 pin有以下状况:
◆不须做讯号转接时 Pin name = Net name
如 Pin name 为 Gnd 所接出来的 Net name -> Gnd
不须做任何宣告
◆须做讯号转接时 Pin name ≠Net name
如 Pin name 为 VDD 但需要转接到 VCC讯号, 且 VSS 也需要转接到VCC讯号 此时就必须 对 Part 做设定,
各宣告设定间以 ﹔作区隔才可设入多组.
针对 Part – Edit Properties attribute keyword 为 POWER_GROUP
* 如果是复合式的零件需注意所有的 Property 要一致