Allegro快捷键
Allegro自定义设置快捷键的三种方法

Allegro自定义设置快捷键的三种方法2014.09.21 由丹心静居整理本文是针对Cadence SPB 16系列的,此前的版本没去尝试,如有不当之处,还请大家给予更正。
希望能给大家学习allegro带来帮助,有经验大家共同分享。
环境变量文件有两个,一个是用户变量,另一个是全局变量。
用户变量文件的位置,可以通过系统环境变量设置的路径来查找:系统属性-高级-环境变量(win7系统下为:计算机-属性-高级系统设置-环境变量),用户变量窗口中Home 值就是env文件所在目录。
这个窗口里有两个变量,上面是用户变量,下面是系统变量,在用户变量里设置了Home之后就不需要在系统变量里再设置了,如果同时设置的话,会以用户变量的为准而忽略系统变量。
系统变量的env 文件将在X:\Cadence\SPB_16.6\share\pcb\text 目录下(X为你的软件安装盘),前者是本地变量文件(即用户变量),后者是全局变量(即系统变量)文件(系统自动建立,即为默认设置)。
在本地变量文件中,主要存放的用户参数设置值(Setup->UserPreferences..如库文件所在的路径等)。
在全局变量文件中主要描述的是:应用程序的工作路径和系统的快捷键定义等等。
在启动一个应用程序时,应用程序会根据环境变量中的参数进行初始化。
说明:这2个env文件,用户变量的优先级更高,就是说如果2个文件中的设置出现冲突,那么以用户变量env文件为准。
Cadence 系统是一个比较开放的系统,它给用户留了比较多的定制空间。
在Allegro中我们可以用alias,或是funckey 命令,或是笔画来定义一个快捷键,以代替常用的设计命令。
要使定义的快捷键产生作用,我们有三种方式来定义:以下是设置快捷键的三种方法法一、在Allegro PCB editor 命令窗口直接定义但这样定义的快捷键只能在当前设计中使用,如果重新启动软件,快捷键将会失效。
Allegro快捷键功能

alias F6 done
alias F7 next
alias F8 oops
alias F9 cancel
alias Home zoom fit
alias Insert add text
alias SDown 'move;ipick_to_gridunit 0 -1'
alias ~G grid toggle
alias ~H h_via_main
alias ~J dhc
alias ~K hc
alias ~L align components
alias ~M rats net
alias ~N new
alias ~O chg origin
alias ~P pick
alias ~R clear_RF
alias ~S save
alias ~T text edit
alias ~W change
alias ~Y spin
alias ~Z undo
alias SF6 move
alias SF7 dehilight all
alias SF8 hilight pick
alias SF9 vertex
alias SLeft 'move;ipick_to_gridunit -1'
alias SRight 'move;ipick_to_gridunit +1'
funckey " " angle 90
funckey + subclass -+
funckey , show measure
如何设置allegro的快捷键

如何设置allegro的快捷键(ZT)修改变量文件,设置自定义快捷键。
Allegro可以通过修改env文件来设置快捷键,这对于从其它软件如protle或PADS迁移过来的用户来说,可以沿用以前的操作习惯,还是很有意义的。
先说一下Allegro的变量文件,一共有2个,一个是用户变量,一个是全局变量。
用户变量文件的位置,通过系统环境变量设置:系统属性-高级-环境变量,其中的Home值就是env所在目录。
要注意的是,这里也有两个变量,一个是用户变量一个是系统变量,在用户变量里设置了Home之后就不需要在系统变量里再设置了,如果同时设置的话,会以用户变量的为准而忽略系统变量。
比如我在用户变量里设置的Home目录为d:\temp,那么env文件就位于d:\temp\pcbenv内。
如果没有在系统属性里设置Home变量的路径,那么对于XP,会自动在C:\documents and settings\用户文件夹\pcbenv内产生env文件。
对于2000,pcbenv目录位于C盘根目录下。
全局变量的位置,固定为软件安装目录内,比如我的就是:d:\cadence\spb_15.7\share\pcb\text内。
通常建议修改用户变量env文件,而不要修改全局变量env文件,至于为什么,我也不知道:)另外,这2个env文件,用户变量的优先级更高,就是说如果2个文件中的设置出现冲突,那么以用户变量env文件为准。
好了,搞清楚env文件的位置后,我们就可以来修改了。
用户变量env文件,是类似于下面的格式:source $TELENV### User Preferences section### This section is computer generated.### Please do not modify to the end of the file.### Place your hand edits above this section.###set autosave_time = 15set autosave我们要设置的快捷键必须放置在### User Preferences section之前。
allegro快捷键的设置和解释

如何设置allegro的快捷键(ZT)修改变量文件,设置自定义快捷键。
Allegro可以通过修改env文件来设置快捷键,这对于从其它软件如protle或PADS迁移过来的用户来说,可以沿用以前的操作习惯,还是很有意义的。
先说一下Allegro的变量文件,一共有2个,一个是用户变量,一个是全局变量。
用户变量文件的位置,通过系统环境变量设置:系统属性-高级-环境变量,其中的Home值就是env所在目录。
要注意的是,这里也有两个变量,一个是用户变量一个是系统变量,在用户变量里设置了Home之后就不需要在系统变量里再设置了,如果同时设置的话,会以用户变量的为准而忽略系统变量。
比如我在用户变量里设置的Home目录为d:\temp,那么env文件就位于d:\temp\pcbenv内。
如果没有在系统属性里设置Home变量的路径,那么对于XP,会自动在C:\documents and settings\用户文件夹\pcbenv内产生env文件。
对于2000,pcbenv目录位于C盘根目录下。
全局变量的位置,固定为软件安装目录内,比如我的就是:d:\cadence\spb_15.7\share\pcb\text内。
通常建议修改用户变量env文件,而不要修改全局变量env文件,至于为什么,我也不知道:)另外,这2个env文件,用户变量的优先级更高,就是说如果2个文件中的设置出现冲突,那么以用户变量env文件为准。
好了,搞清楚env文件的位置后,我们就可以来修改了。
用户变量env文件,是类似于下面的格式:source $TELENV### User Preferences section### This section is computer generated.### Please do not modify to the end of the file.### Place your hand edits above this section.###set autosave_time = 15set autosave我们要设置的快捷键必须放置在### User Preferences section之前。
Allegro如何录制SCR快捷键操作指导

Allegro如何录制SCR快捷键操作指导Allegro可以录制SCR快捷键,里面记录了一些操作,类似一个插件,使用的时候可以直接调用,节省时间。
下面介绍如何录制1.选择file-Script2.会出现一个对话框,任意输入一个名字,比如6663.然后点击record4.比如录制一个打开层面的scr,操作如下,打开颜色管理器,选择off出现对话框选择是5.打开所有层pin和etch的层面6.点击apply和ok7.再点击file-script8.点击stop,scr录制完成9.当前文件夹下面就会有刚才录制的scr文件10.Scr文件可以打开,如下图11.调用的时候把scr文件放在pcb目录下,在command下面输入命令replay 666就可以调用了12.可以看到自动把设置的层面打开了This section is describe what the function allegro have ,helpfully could let user know more about allegroAllegro Design and Analysis includes design authoringPCB layout and Library and Design Data ManagementWith. It can ensure the end-to-end design of PCB with high quality andefficiencyRealize smooth data transfer between tools, shorten PCB design cycle, and shorten productMarket time1. Design authoringProvide a flexible logic constraint driven flow, management design rules, network hierarchy,Bus and differential pair.1.1.1 Main features and functionsThrough hierarchical and design "derivation" function, improve the original of complex designMap editing efficiency.Powerful CIS helps users quickly determine part selection and accelerate design flowAnd reduce project cost.1.2.1 Main featuresSchematic designers and PCB design engineers can work in parallel. Advanced design efficiency improves functions, such as copying the previous schematic design Select multiplexing with or by page. Seamless integration into pre simulation and signal analysis.1.2.2 Main FunctionsProvide schematic diagram and HDL/Verilog design input.Assign and manage high-speed design rules.Support netclasses, buses, extension networks and differential pairs. Powerful library creation and management functions.Allows synchronization of logical and physical designs.Realize multi-user parallel development and version control.Pre integration simulation and signal analysis.Support customizable user interface and enterprise customization development.1.3 o Allegro n Design Publisher1.3.1 Main Features and FunctionsAllows you to share designs with others using PDF files.The entire design is represented in a single, compact PDF format. Improve design readability.Provide content control - users can select the content to be published.1.4 Allegro A FPGA m System Planner1 1.4.1 Main features and functionsComplete and scalable FPGA/PCB collaborative design technology for ideal "Design and correct "pin assignment.Scalable FPGA/PCB protocol from OrCAD Capture to Allegro GXLSame as the design solution.Shorten the optimization pin allocation time and accelerate the PCBdesign cycle.2. B PCB layoutIt provides expandable and easy to use PCB design (including RFPCB) Then drive PCB design solution. It also includes innovative new automatic deliveryMutual technology can effectively improve the wiring of high-speed interfaces; Apply EDMD (IDX) mode, which makes ECAD/MCAD work smoothly; Execute modern industry standard IPC-2581,Ensure that the design data is simply and high-quality transferred to the downstream link.2.1.1 Main featuresSpeed up the design process from layout, wiring to manufacturing. Including powerful functions, such as design zoning, RF design functions and global design rules Stroke.It can improve productivity and help engineers to quickly move up to mass production* g- M4 G8 |6 }9 k7 G2.1.2 Main FunctionsProvide scalable full function PCB design solutions.Enable constraint driven design processes to reduce design iterations. Integrated DesignTrueDFM technology provides real-time DFM inspection. Provide a single, consistent context for management.Minimize design iterations and reduce overall Flex and rigid flexible designCost, and has advanced rigid and flexible design functions.Realize dynamic concurrent team design capability, shorten design cycle, and greatly reduceTime spent in routing, winding and optimization.Provide integrated RF/analog design and mixed signal design environment. Provides interactive layout and component placement.Provide design partitions for large distributed development teams. Realize real-time, interactive push editing of routing.It is allowed to use dynamic copper sheet technology to edit and update in real time.Manage netscheduling, timing, crosstalk, routing by designated layer and area Bundle.Provide proven PCB routing technology for automatic routing.Realize hierarchical route planning and accelerate the completion of design.Shorten interconnect planning and cabling time for high-speed interface intensive design.Provide a comprehensive, powerful and easy-to-use tool suite to help designersEfficient and successful manufacturing switch: DFM Checker is aimed at the company/manufacturerReview the specific rules of manufacturing partners; Used to reduce manufacturing and assembly documentsThe document editing time of the file can reach 70%; The panel editor will assemble the panel designThe intention is communicated to the manufacturing partners; Output design data in various manufacturing formats.3. y Library d and n Design a Data ManagementFor cost-effective projects that need to be delivered on time, it is easy to obtainCurrent component information and design data are critical. library and designData management is a collaborative control of the company's internal cooperation and design processAdvanced functions are provided. As the design cycle shortens and the complexity increases, youThere must be a design approach that increases predictability and accelerates design turnaround.3.1.1 Main featuresReduce time and optimize library development related resources. Improve the precision in the process of parts manufacturing. Q9 b3.1.2 Main functionsReduce time and optimize library development and validation through integrated creation and validation processes Certification related resources.A simple method to develop devices with large pin count can shorten the time from a few days to A few minutes.Powerful graphic editor supports custom shape and spreadsheet import forSchematic symbols are created to ensure the reliability and integrity of data.Supports the import of part information from general industry formats, allowing rapid creation and Update part information.Common library development environment supporting schematic tools from different suppliers, including Mentor Graphics Design Architect and Mentor Graphics Viewdraw。
Allegro笔记讲解

1.平移:按住鼠标滚轮拖动。
2.缩放:滚轮向上放大,滚轮向下缩小;按下滚轮,出现双圈,向左上或右上移动鼠标,出线矩形框,再按下滚轮,放大到矩形区域;按下滚轮,出现双圈,向下移动鼠标,出线矩形框,再按下滚轮,缩小到矩形区域。
3.光标处定为中心点:按下滚轮,出现双圈,再按下滚轮或左键。
4.层叠结构与特征阻抗设置:Setup—>Cross Section(横截面)或Setup—>Subclasses(子类)—>Etch(蚀刻);或点工具栏上的图标,三种方法都可以打开。
5.颜色管理:点工具栏上的图标。
6.PLANE用正片还是负片:单打独斗,无专人负责管理封装库的,用正片;团队作战,有专人管理封装库的,用负片。
刘佰川做的库只能用正片。
7.常用快捷键:F2 全屏显示F9 取消命令,也可右键菜单-》CancelSF8 高亮(先按shift+F8,然后点需高亮的对象;另一种方法是输入文字SF8回车,然后点需高亮的对象)SF7 取消高亮SF4 测量间距,也可点工具栏上的图标,测量命令下,右键菜单可选择Snap元素类型8.过滤:右键菜单-》Super filter9.看线宽:过滤选Off,点某线段,右键-》show element10.看焊盘或过孔尺寸:过滤选Off,点某焊盘或过孔,右键-》Modify design padstack-》Singleinstance11.过孔定义:Constraint Manager-->Physical -->Physical Constraint Set-->All layers,点击Vias列的单元格可编辑所需使用的过孔种类。
新增过孔:tools-》padstack-》modify library padstack,选择一种编辑,编辑完了另存一个名字。
12.查找器件:菜单Display—>element 或Display—>Highlight,然后窗口右侧,FIND,findby name选symbol(or pin),按回车键。
allegro快捷键

如何设置allegro的快捷键(ZT)修改变量文件,设置自定义快捷键。
Allegro可以通过修改env文件来设置快捷键,这对于从其它软件如protle或PADS迁移过来的用户来说,可以沿用以前的操作习惯,还是很有意义的。
先说一下Allegro的变量文件,一共有2个,一个是用户变量,一个是全局变量。
用户变量文件的位置,通过系统环境变量设置:系统属性-高级-环境变量,其中的Home值就是env所在目录。
要注意的是,这里也有两个变量,一个是用户变量一个是系统变量,在用户变量里设置了Home之后就不需要在系统变量里再设置了,如果同时设置的话,会以用户变量的为准而忽略系统变量。
比如我在用户变量里设置的Home目录为d:\temp,那么env文件就位于d:\temp\pcbenv内。
如果没有在系统属性里设置Home变量的路径,那么对于XP,会自动在用户文件夹\pcbenv内产生env文件。
对于2000,pcbenv目录位于C盘根目录下。
全局变量的位置,固定为软件安装目录内,比如我的就是:d:\cadence\spb_15.7\share\pcb\text内。
通常建议修改用户变量env文件,而不要修改全局变量env文件,至于为什么,我也不知道:)另外,这2个env文件,用户变量的优先级更高,就是说如果2个文件中的设置出现冲突,那么以用户变量env文件为准。
好了,搞清楚env文件的位置后,我们就可以来修改了。
用户变量env文件,是类似于下面的格式:source $TELENV### User Preferences section### This section is computer generated.### Please do not modify to the end of the file.### Place your hand edits above this section.###set autosave_time = 15set autosave我们要设置的快捷键必须放置在### User Preferences section之前。
allegro 快捷键使用方法

allegro 快捷键使用方法快捷键是提高工作效率和操作速度的利器。
在使用 Allegro 这个软件时,掌握一些快捷键可以帮助您更快速地完成操作。
下面是一些Allegro 快捷键的使用方法:1. 新建文件:使用快捷键 Ctrl + N,您可以快速创建一个新的 Allegro 文件。
2. 打开文件:使用快捷键 Ctrl + O,您可以方便地打开一个已经存在的 Allegro 文件。
3. 保存文件:使用快捷键 Ctrl + S,您可以快速保存当前打开的 Allegro 文件。
如果是首次保存,系统会弹出一个对话框来指定文件名和保存路径。
4. 撤销和重做:使用快捷键 Ctrl + Z 来撤销上一步操作,使用快捷键 Ctrl + Y来重做刚才的操作。
5. 复制、剪切和粘贴:使用快捷键 Ctrl + C 来复制选中的元件、线路或区域,使用快捷键 Ctrl + X 来剪切选中的内容,使用快捷键 Ctrl + V 来粘贴剪切板中的内容。
6. 放大和缩小:使用快捷键 Ctrl + "+" 来放大当前选中的区域,使用快捷键Ctrl + "-" 来缩小当前选中的区域。
7. 移动视图:使用快捷键 Ctrl + 方向键(上下左右)来移动视图的位置,可以在放大后方便地查看不同的区域。
8. 快速切换工具:使用数字键1-9 来快速切换Allegro 工具栏上的工具。
例如,按下数字键 1 可以选择选择工具,按下数字键 2 可以选择画线工具。
希望这些快捷键的使用方法能帮助您更高效地使用 Allegro。
掌握这些快捷键可以大幅提高您的工作效率,同时也减少了使用鼠标的操作。
请记住,熟能生巧,多练习才能更好地掌握这些快捷键。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Allegro快捷键使用说明
刘福东
2011-8-26
Allegro向用户提供了可更改的快捷键设置功能,这有助于设计者在PCB设计时提高布局布线效率。
Allegro的快捷键实际存在于Cadence的ENV文件中,例如我司无盘机的ENV文件路径为:“D:\Cadence\SPB_15.5.1\share\pcb\text”,有盘机的路径请自行寻找Cadence的安装路径。
通过修改Cadence安装路径下的ENV文件可以修改所有Allegro的快捷键,也可以在单个工程的命令栏里通过“alias”命令修改单个工程的ENV文件,只是此修改在工程关闭后会失效。
我们可以打开实例ENV文件,如下图所示:
找到“# Bind roam operations to function keys”之后部分(#开头的为注释,有兴趣的同事可以自己研究),如图:绿色框内为定义运行脚本的语句,红色框内为定义特殊快捷键的语句,蓝色框内为定义普通快捷键的语句。
快捷键功能可以按设计者个人习惯灵活修改:
如:
alias Home Slide 此行含义为:定义Home键为Slide功能
假如设计者要更改Home键为Copy功能,那么可以按如下修改:
alias Home Copy
命令的语句与alias相似,设计者可以按自己的需求做出修改。
funckey
关于脚本文件,Allegro可以通过skill语言写出功能强大的脚本文件,以实
现一些高端或者复杂的功能,小可没有做过更深入的研究。
目前只有快速修改grid的脚本,有兴趣的同事可以开发一些新的功能。
但如果某工程需要使用某脚本文件,要注意先将脚本文件复制到brd文件所在文件夹之下。
鉴于目前我司大量无盘机的使用,每次开机系统都已被重置,所以可以将复制ENV文件这步操作,制作成批处理文件,只要每次开机运行下.bat文件,就可以将Cadence下的ENV文件更新成各位修改后的ENV文件,可以方便一些。
注意:在更改ENV文件之后,对当前已打开的Allegro工程不会生效,需要重新打开工程文件后方可生效。
随压缩文件附带已经制作好的:
批处理文件:“env_aoto.bat”
ENV文件:“env”
Grid脚本文件:“g1.scr”~“g50.scr”。