OrCAD->Edit->brower->part

如果在occurrences里更新属性就会发现instance属性和occurrence属性不一样(properties下白色行和黄色行不一致),一致的方法一是Design->remove occurrence properties但是之前在occurrences更新的属性就会不见。

所以更新属性的时候最好选用Use instances

方法二是找到更新的值并且将黄色区域1的值复制到白色区域2 然后保存

方法三使用xxx.UPD文件进行更新。。。


Part Instances and Occurrences

A part instance is a part you have placed on a schematic page. A part occurrence is created each time the part instance occurs in a schematic that is within the design hierarchy. So, for example, placing a part on a schematic page in your design creates both an instance and an occurrence. You can assign properties to the part instance, in which case the property (and its associated value) will "shine through" to each part occurrence unless the value is specifically replaced by a value on an individual part occurrence. The Property editor window graphically illustrates the state of instance and occurrence properties.

The instance property values shines through to the occurrence as long as the occurrence property values have not been edited in any way. When you explicitly edit an occurrence property value or when Capture modifies it via one of its tools, the occurrence values overrides the instance value. Only the occurrence value will be placed in the netlist.

If you...

The result will be...

place a part on an unused page in your design

only instance properties on that part.

place one part in the root schematic

one set of instance properties and one set of occurrence properties on that part.

do not modify the occurrence properties on an object

instance properties will "shine through" on the occurrence. The instance properties themselves may be shining through from the library definition (or design cache if the two differ

edit a part in a library

no effect on the part in any project.

Use the Update Cache command or Replace Cache command to bring library changes into a design.

How Capture uses instance and occurrence properties

The type of property you update or use in Capture depends on the type of project in which you are working. If you are working with an FPGA project or a PSpice project, Capture allows you a choice, but defaults to update instances when you use the Annotate, Update Properties or Export Properties commands. It is best that you use instances to create Cross Reference and Bill of Materials reports, as well.
When you work with a PCB or schematic project, it is best to update occurrences when you use the Annotate, Update Properties, and Export Property commands. In these projects, Capture also uses occurrences to create reports with Cross Reference and Bill of Materials.

Icon

While modifying occurrence properties, open only one occurrence at a time.

The EDIF 2 0 0, VHDL, and Verilog netlist formats generate true hierarchical netlists. Capture uses the instance property values on nets and parts when it generates a netlist for a design with one of these formats. All other netlist formats in Capture produce flat netlists and use occurrence property values.

Preferred modes for design processing

Capture determines and recommends a preferred mode for processing your design based on the type of project flow, type of design with respect to complex or simple hierarchy, and whether occurrence properties already exist on the design.
The Cross Reference Parts dialog box is an example of where you can choose to use instances or use occurrences as the preferred mode.

Use instances

If you are in an FPGA, PSpice, or digital simulation project, or if your design does not have occurrence properties.

Use occurrences

If your design has at least one schematic used multiple times or a schematic from an external library. Using occurrences is also the preferred mode if the design already has some occurrence properties.

OrCAD part更新元器件属性value值等完 转PADS logic属性未更新,在cadence更新属性的时候最好选用Use instances相关推荐

  1. 将OrCAD Capture CIS的设计文件(.dsn)导入到PADS Logic VX.2.3

    操作系统:Windows 10 x64 工具1:PADS Logic VX.2.3 启动PADS Logic VX.2.3,选择菜单:File > Import... 在File Import对 ...

  2. 2.23怎么在OrCAD原理图中显示与隐藏元器件的Value值?【OrCAD原理图封装库50问解析】

    笔者电子信息专业硕士毕业,获得过多次电子设计大赛.大学生智能车.数学建模国奖,现就职于南京某半导体芯片公司,从事硬件研发,电路设计研究.对于学电子的小伙伴,深知入门的不易,特开次博客交流分享经验,共同 ...

  3. element 往node里面增加属性值_【Vue原理】Compile - 源码版 之 Parse 属性解析

    写文章不容易,点个赞呗兄弟 专注 Vue 源码分享,文章分为白话版和 源码版,白话版助于理解工作原理,源码版助于了解内部详情,让我们一起学习吧 研究基于 Vue版本 [2.5.17] 如果你觉得排版难 ...

  4. Java中怎样使用反射根据属性名获取和设置属性的值

    场景 在某管理系统中需要对一月中的每天进行设置某个状态 对应的实体类的属性为 分别为d1 d2 一直到第31号.前端传递到后台的是d1 d2 d3等实体类对应的属性和要设置的状态的字段. 怎样将这些属 ...

  5. vue修改计算属性的值_Vue语法高级之计算属性和侦听器

    计算属性和侦听器都可以监听到data区数据的变化,当数据变化时可以触发方法的调用,从而在方法内部可以进行相应的逻辑处理. 计算属性的语法格式是:computed: {} 侦听器的语法格式是:watch ...

  6. vue修改计算属性的值_「Vue学习记录五」计算属性和侦听器

    1: 计算属性: (内置缓存机制) 当更改age的时候, fullName 函数不执行: 当更改fristName的时候, fullName 函数才执行 <div id = "app& ...

  7. html标签默认值,HTML标签CSS属性默认值汇总

    HTML标签CSS属性默认值,在你需要还原默认值的时候比较有用. 以前一直在找这份文档,今天偶然在网上看到了.除了inline和block的定义,主要是要注意body|h1~h6|blockquote ...

  8. maven 依赖公司另一项目中的对象,对象里的部分属性set值报错not found

    背景 项目A依赖项目B(B是公司自己开发的另一个项目),在install 时,报错.根据错误日志发现:项目A有一个依赖项目B的对象,属性在set值时一直报错,not found,其他属性都可以set. ...

  9. oracle 经纬度的数据类型,4.2 SDO_GEOMETRY类型、属性和值

    图4-4世界地图的例子,国家的形状和之间的距离都发生了扭曲 怎样才能在没有错误和扭曲的情况下,表示地球表面上的位置呢?在好几个世纪里,这对于很多的地理学家.数学家和发明家都是一个挑战.有好几本书都对这 ...

最新文章

  1. Thymeleaf 学习笔记 (5)
  2. table的分页打印
  3. java常见异常总结---自己工作中经常遇到的一些异常
  4. 数据结构与算法(一) 线性表之顺序表
  5. TypeScript入门指南(译文)
  6. 微博:冬奥期间累计共清理相关违规内容近31万条
  7. python计算相关性显著性p值_基于python如何实现计算两组数据P值
  8. Java学习笔记6——网络编程
  9. php发送邮件的方式,php 发送邮件几种方式
  10. 关闭自动降频 linux,Deepin Linux CPU无法进行自动降频的一个解决方法
  11. 投稿论文图片分辨率达不到要求的解决方案
  12. 怎么检测计算机硬件损坏,笔记本硬件检测 电脑硬件损坏检测工具
  13. 生成和查看dump文件
  14. 原码,反码,补码详解及原理
  15. IE8 设置图片大小,没有效果
  16. 一文看懂对称加密、非对称加密、摘要、数字签名、数字证书
  17. 关于Direct3D11中字体的思考
  18. 小写字母转换成大写字母(函数)
  19. 【产业互联网周报】福建省251个省数字经济重点建设项目公布,总投资5878亿元;湖北5G网络建设全面复工,年底建成5万个基站...
  20. 迄今为止10大最佳SDN解决方案

热门文章

  1. 作业帮上线五款素养课,素质教育成转型方向之一
  2. 慧通教育——python进阶习题第一关(二)
  3. 百度“作业帮”App为何会获易观创新应用大奖?
  4. 干货 | 广告系统架构解密
  5. 关于pdf.js在IE浏览器二次刷新的报错,我有话说
  6. jzxx.2120 半质数
  7. Unity 基础 之 代码动态监听UI交互组件汇总
  8. [HDU 6072] Logical Chain
  9. 怎么通过photoshop制作扇叶页面进行图层填充
  10. GeoServer源码解析和扩展 (三)结构篇