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. 4.struts2的配置文件优先级
  2. 重磅 | 数据库自治服务DAS论文入选全球顶会SIGMOD
  3. 风影ASP.NET基础教学 3 web服务器控件(二)
  4. 导出mysql excel数据字典_mysql导出 Excel数据字典(全)
  5. 东风来了的飞鸽传书源码
  6. MLE(最大似然估计)和EM算法
  7. 数学与计算机教学设计,数学和信息技术整合的思考 教案教学设计
  8. 前端web 技术盘点
  9. Linux串口终端驱动——S3C6410平台
  10. HFSS19 官方中文教程系列 L04
  11. 排查DHCP(动态获取IP)服务器故障的经验 (好文推荐)
  12. 莱斯康混响插件合集 – Lexicon PCM LXP MPX Native Reverb WiN
  13. VScode中crtl+鼠标左键无法跳转
  14. adams数据导出matlab,adams数据导入matlab
  15. 数学上的表示“任意”和“存在”的符号
  16. 跨域读写Cookie
  17. 机器学习数据预处理----分类型文字数据的处理
  18. 抓adg端口防封最详细教程(已更新)
  19. 数据采集需要学习哪些东西
  20. 指针变量的定义和使用

热门文章

  1. 空之轨迹手游服务器维护,《空之轨迹》手游今日全平台公测 重拾热血与感动...
  2. Slidev:用Markdown的方式来做PPT
  3. 计算机科学技术手抄报,电脑科技手抄报
  4. Steram流的部分使用
  5. Java 字节流读写文件
  6. 看《攀登者》之前必刷的冒险电影,什么是登山精神?
  7. 【云图】如何设置微信里的全国实体店地图?
  8. 奇瑞、华为联手打造高端智电品牌,首款B级轿车2023年上市
  9. 为什么不能睁一只眼闭一只眼_凡事睁一只眼,闭一只眼是人生的最高境界
  10. Android设备活跃排行,4月国内安卓手机最新排名出炉!雷军笑了