zoukankan      html  css  js  c++  java
  • OrCAD Capture CIS 16.6 导出BOM

    OrCAD Capture CIS 16.6

    一、选择设计文件;菜单:Tools > Bill of Materials...

    二、Bill of Materials > Open in Excel (✔) > OK

    三、这是默认情况下导出的BOM,但是这里没有元器件PCB Footprint,怎么添加呢?往下看。

    四、重新执行步骤一:选择设计文件;菜单:Tools > Bill of Materials...

    Header项:在“Item Quantity Reference Part”的后面,追加“PCB Footprint”,既:"Item Quantity Reference Part PCB Footprint",见下图中标号1

    Combined property string项:在“{Item} {Quantity} {Reference} {Value}”的后面,追加“ {PCB Footprint}”,既:“{Item} {Quantity} {Reference} {Value} {PCB Footprint}”,见下图中标号2

    Open in Excel (✔) > OK

    五、这就是追加PCB Footprint的BOM

    六、怎么在Combined property string项中,正确地添加字符串呢?嗯,打开原理图,随便双击一个元器件,进入属性编辑器。

    根据标题栏的文字,我们就可以得知:如果要导出元器件的描述,那就填入“DESCRIPTION”;如果要导出元器件的值,那就填入“Value”。

    注意:Header项,则可以由用户自定义填写,除了分割符" "

  • 相关阅读:
    js 兼容nextSibling
    ie background repeat 出现空白
    自制日历组件
    js cookie操作方法
    html table 上下左右边框
    js window.onload函数
    js 兼容event.target
    ie minheight
    css table 固定宽度
    [翻译]建立你的第一个Visual WebGui应用程序
  • 原文地址:https://www.cnblogs.com/Satu/p/10059266.html
Copyright © 2011-2022 走看看