Cadstar格式导入功能
- Attachments:4
- Added by Wenlong Hua, last edited by Wenlong Hua on Dec 30, 2008 (view change)
- show comment
CADSTAR格式导入功能将帮助用户从CADSTAR设计和库文件到Altium Designer文件的格式转换.
支持的版本和文件格式
Altium Designer内建CADSTAR导入工具支持CADSTAR9或10版本中输出的文件格式. 同时,还不支持二进制CADSTAR格式文件。用户需要将二进制CADSTAR格式文件转换成Altium Designer内识别的CADSTAR存档文件类型。CADSTAR存档文件通常采用 .cpa 或 .csa 作为文件的扩展名.
- PCB设计文件
- PCB元器件库文件
- 多部件库和原理图符号库文件
下表介绍了Altium Designer内建CADSTAR导入工具如何将待导入文件从CADSTAR二进制文件格式转换成存档文件格式;同时,映射到相关Altium Designer输出文件类型。
CADSTAR文件类型 |
导出成CADSTAR存档文件 |
Altium Designer输出文件 |
PCB设计文件 (.pcb) |
Use CADSTAR File->Export to convert the binary pcb design (.pcb) to CADSTAR PCB archive (.cpa) |
Altium Design PCB document (.pcbdoc) |
PCB库文件(.lib) |
Use the archive tool in CADSTAR Libraries->PCB Components... to convert the binary pcb library (.lib) to CADSTAR PCB archive (.cpa) |
Altium Designer PCB library (.pcblib) |
多部件库文件 (.lib) 和原理图符号库文件(*.lib) |
The part library (.lib) file is already in ASCII file format. You do not need to do any conversion on the part library. Use the archive tool in CADSTAR Libraries->Schematic Symbols to convert the binary symbol library (.lib) to CADSTAR schematic archive (.csa) |
The importer uses both the parts.lib and the symbol schematic archive (.csa) to output an Altium Designer schematic library (.schlib) |
导入原理图符号库文件
The importer needs at least 2 files to import a schematic library. The first one is the CADSTAR part library. You can locate the part library file in the CADSTAR Part Library Manager dialog (Libraries -> Parts...):
The part item in the part library references a symbol where the definition is in the separate file. These type of files are called Symbol Library files. Secondly, the importer requires the Symbol Library files in the CADSTAR Schematic archive (.csa) file format. You can convert the symbol library files to .csa file by using the CADSTAR Symbol Library Manager (Libraries -> Schematic Symbols...):
For example, you have a part library file called "parts.lib" that uses the symbol definitions in another file called "symbol.lib". You can importYou need convert the symbol.lib file to symbol.csa file using the archive utility in the CADSTAR Symbol Library Manager. The importer will translate the parts.lib and symbol.csa files to an Altium Designer parts.schlib. You can input multiple "symbol.csa" files that the parts.lib references. Under the hood, a part item definition in the parts.lib file and the symbol definition in the symbol.csa file are equivalent to an Altium Designer schematic library component definition.
导入PCB库文件
The CADSTAR PCB component is equivalent to an Altium Designer PCB footprint. Given a CADSTAR pcb symbol file (*.CPA), the CADSTAR importer will translate into an Altium Designer pcb library (*.PcbLib). You can archive the CADSTAR pcb component library (.lib) file to a .cpa file format using the CADSTAR PCB Component Library Manager (Libraries -> PCB Component...):
It does not strictly require a CADSTAR part library file to import a PCB library. However, if the pcb component is linked to a schematic symbol via a part definition, it is a good practice to supply the part library file when importing pcb library. This way, the CADSTAR import can map the pin name from schematic component to pcb footprint correctly by using the pin name in the part definition.
导入PCB版图设计文件
The CADSTAR PCB layout file is equivalent to an Altium Designer PCB document. Given a CADSTAR pcb layout file (*.CPA), the CADSTAR importer will translate into an Altium Designer pcb document (.PcbDoc). If the pcb layout is in binary file format, the user can archive it to *.CPA file format using CADSTAR file export utility.
运用CADSTAR导入向导工具
- Open the Altium Designer File Import Wizard (File » Import). Click Next.
- Select CADSTAR Designs and Libraries in the list. Click Next. The CADSTAR importer wizard has 2 pages for adding CADSTAR files to import: CADSTAR Design Files and CADSTAR Library Files.
- In the page with the header 'Importing CADSTAR Design Files', you can add/remove CADSTAR PCB archive files (.cpa) to the list. The CADSTAR pcb design (layout) archive (.cpa) file will be translated to Altium Designer pcb document (.pcbdoc).
- In the page with the header 'Importing CADSTAR Library Files', you can add/remove supported CADSTAR library files to the list. The CADSTAR part library (.LIB) and symbol archive (.csa) files will be translated to Altium Designer Schematic Library (.schlib). The CADSTAR pcb archive file (.cpa) will be translated to Altium Designer PCB Library (.pcbdoc).
- If the input files has file types of PCB library or layout files, the layer mapping dialog will display the default layer mapping for each PCB library/design. You can edit the layer mapping setting. If you like the current layer setting, you can save it to a file. Later on, if you want to use the same later setting, you can load it from the file to apply it to the layer mapping setting.
- The wizard will display the output project structure. Each project will contains the output documents. The project and document structure is generated by the input files that you add earlier. The wizard picks the default output path based on the input paths from the files you added. You can change the output path in the 'Output Directory' edit box.
- The next step displays the translation status while the importer is working.
- Finish. The output project/file structure will display in the Altium Designer workspace panel. !
Cadstar格式导入功能的更多相关文章
- Solr定时导入功能实现
需要实现Solr定时导入功能的话,我们可以通过使用Solr自身所集成的dataimportscheduler调度器实现 下载对应的jar包,下载地址https://code.google.com/ar ...
- 解析大型.NET ERP系统 设计通用Microsoft Excel导入功能
做企业管理软件很难避免与Microsoft Excel打交道,常常是软件做好了,客户要求说再做一个Excel导入功能.导入Excel数据的功能的难度不大,从Excel列数据栏位的取值,验证值,再导入到 ...
- matlab ASCII 格式导入
matlab ASCII 格式导入 可以用fprintf函数,来代替save函数啊比如现在我有一个变量a=[0.1223 345.4544]如果我想保存它的话,可以用下面的程序:fid = fopen ...
- 027医疗项目-模块二:药品目录的导入导出-导入功能的Action的编写
前一篇文章我们写了Service层,这篇文章我们写一下Action层. 实现的功能: 1:我们先下载模板:然后按照模板里面的规则,插入数据.比如存在d盘. 2:然后浏览找到那个文件,上传上去. 然后把 ...
- 026医疗项目-模块二:药品目录的导入导出-导入功能的Service的编写
这个导入功能要实现的效果是: 思路是: 因为我们最后是在Action层中调用的HxlsRead工具,这个工具传入的就是我们要实现的上一篇文章说到的实现了HxlsOptRowsInterface接口的类 ...
- 实现android上解析Json格式数据功能
实现android上解析Json格式数据功能,该源码转载于安卓教程网的,http://android.662p.com ,个人感觉还不错的,大家可以看看一下吧. package com.practic ...
- POI事件模型处理execl导入功能(只支持07版本的execl)
由于通过new XSSFWorkbook 这种方式导入导致生产环境端口宕机.通过dump文件和javacore文件分析是导入功能导致的.解决办法:自己通过网上写的工具类,不知道是否存在bug. pac ...
- odoo导入功能二开
原来有的导入功能相信很多小伙伴对其功能不是很满意,不过没关系,我们可以二开啊,把它的功能改造成你想要的样子,接下来让我们看看怎么办吧 例如我想把员工导入功能中添加上用户同步注册功能 首先,我要找到原模 ...
- c#直接调用ssis包实现Sql Server的数据导入功能
调用ssis包实现Sql Server的数据导入功能网上已经有很多人讨论过,自己参考后也动手实现了一下,上一次笔者的项目中还用了一下这个功能.思前想后,决定还是贴一下增强记忆,高手请54. 1.直接调 ...
随机推荐
- http://jingyan.baidu.com/article/fcb5aff78e6a48edab4a7146.html
http://jingyan.baidu.com/article/fcb5aff78e6a48edab4a7146.html
- ural 1431. Diplomas
1431. Diplomas Time limit: 1.0 secondMemory limit: 64 MB It might be interesting for you to learn th ...
- BZOJ3563 : DZY Loves Chinese
想法题,由于K是加密的,但是通过读入我们可以自己数出来这一行有几个数, 所以可以直接反解出之前回答为连通的个数 至于最后一个询问就用并查集暴力回答 var n,i,m,s,k,j,q : longin ...
- RETINA显示屏下ICON优化方法
便于理解,先来了解几个名词: dpi(dots per inch),每英寸的点数,用来测量任何设备的硬件分辨率.一个21”的屏幕可以拥有1680 X 1050 的分辨率,27”的屏幕也可以拥有相同的分 ...
- 【BZOJ】1036: [ZJOI2008]树的统计Count(lct/树链剖分)
http://www.lydsy.com/JudgeOnline/problem.php?id=1036 lct: (ps:为嘛我的那么慢T_T,不知道排到哪了..难道别人都是树剖吗...看来有必要学 ...
- HDU 4649 Professor Tian(DP)
题目链接 暴力水过的,比赛的时候T了两次,优化一下初始化,终于水过了. #include <cstdio> #include <cstring> #include <st ...
- oracle系列--第二篇 oracle下载
对于很多新手来说,包括我之前也是这样,知道oracle数据库,但是就是不知道在哪里下载.有时候,上到oracle官方网站上面都找不到下载的地方. 这不像apache里面那么直接,我们想下载如:tomc ...
- 网站地图sitemap.xml的格式
URL列表—XML格式及规范说明: 标签名称 属性 标签说明 标签类型 标签限制 可选/必选 urlset / urlset用来标记整个文档的开头 / / 必选 url / u ...
- juniper防火墙 L2TP VPN配置
juniper防火墙 L2TP VPN配置 建立L2TP_POOL 创建连接的用户: 创建用户组: 更改L2TP的连接池: 更改L2TP的隧道: 设置防火墙的策略: Win7连接:
- 启用域中对象的"防止意外删除"功能
Get-ADObject -Filter * -SearchBase “OU=VB-User,DC=abc,DC=cn” | Set-ADOobject -ProtectedFromAccidenta ...