打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
allegro快捷键备份
MengJunlei 2020-02-20 13:34:14 
 286 
 收藏 2
分类专栏: 备份 笔记 allegro
版权
备份
1 篇文章0 订阅
订阅专栏
笔记
5 篇文章0 订阅
订阅专栏
allegro
2 篇文章0 订阅
订阅专栏
allegro快捷键备份
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 = 10set autosaveset roaminc = 96set buttonfactor = 1.000000set ads_sdmcad = outputset dump_library_directory = outputset ads_sdart = gerberset ads_sdplot = outputset ads_sdreport = outputset ads_sdlog = output#--------------------------------------------------------------------# alias# May use function keys F2-F12, most Alpha-numberic keys with control # modifier (although Control - C, V and X are reserved for copy, paste and cut)# and Navigation Keys (Home, Up arrow, Esc, etc.) These items may be modifed# by the following:# Modifier Indicator Example# Shift S SF2 # Control C (function keys) CF2# Control ~ (alpha-numeric) ~N# Meta A AF2# Modifiers may be combined. Some examples: # CSF2 Control-Shift F2# ASF2 Meta-Shift F2# CAF2 Control-Meta F2# CASF2 Control-Meta-Shift F2# ~SZ Control-Shift Z# SUp Shift-Up Arrow# CUp Control-Up Arrow## funckey# use the funckey when you wish to have alphanumeric keys operate# like the Function keys when the cursor is in the Allegro canvas.# # Example -- following starts the move command without a Enter key# funckey m move#--------------------------------------------------------------------# Bind roam operations to function keysset roamInc = 96alias Up "roam y -$roamInc"alias Down "roam y $roamInc"alias Left "roam x -$roamInc"alias Right "roam x $roamInc"# Bind incremental pick by grid unit functions to ctrl and shift--arrow keys alias CUp "ipick 0; ipick_to_gridunit 0 +1"alias CDown "ipick 0; ipick_to_gridunit 0 -1"alias CLeft "ipick 0; ipick_to_gridunit -1"alias CRight "ipick 0; ipick_to_gridunit +1"alias SUp "move; ipick_to_gridunit 0 +1"alias SDown "move; ipick_to_gridunit 0 -1"alias SLeft "move; ipick_to_gridunit -1"alias SRight "move; ipick_to_gridunit +1"# example of a funckey to emulate Layout capability# The "-cursor" option can be added to any Allegro command with the pick familty# and we utilize the position under the cursor when the command is execute. So# this example would center the display to position under the cursor when the 'c' key# is pressed.# funckey c "zoom center; pick -cursor"#--------------------------------------------------------------------# F1 is normally reserved by the system for Help so we don't use itfunckey Q oops funckey q oops funckey W add connect funckey w add connect funckey S slide funckey s slide funckey M move funckey m move funckey N nextfunckey n nextfunckey R angle 90 funckey r angle 90 funckey T add textfunckey t add textfunckey l add linefunckey L add linefunckey e donefunckey E donefunckey d togglefunckey D togglefunckey ' ' angle 45 alias vb spread between voidsalias ~E text edit alias ~Z undo alias ~F mirror #top bottom alias ~M show measure alias ~T rats all alias ~Y unrats all alias ~G Define grid alias ~D Spin alias ~H hilight pick alias ~J grid toggle alias ~L layer priority alias ~N new alias ~O open alias ~Q change alias ~S save alias ~U dehilight all alias ~W rats net alias ~P Plot alias Esc cancel alias Del delete alias Pgup zoom in alias Pgdown zoom out alias Insert zoom previous alias Home zoom fit alias End redraw alias F2 statusalias F3 color192alias F4 prmed #Design Parameter Editor alias F6 define layersets #layer setalias F7 vertex alias F8 delay tune alias F9 custom smooth alias F10 create fanout funckey SF1 fixfunckey SF2 unfixfunckey ~SC zcopy shapefunckey fn 'setwindow form.find;FORM find all_off;FORM find nets YES;setwindow pcb' #select net funckey fs 'setwindow form.find;FORM find all_off;FORM find symbols YES;setwindow pcb' #symbol8 funckey fv 'setwindow form.find;FORM find all_off;FORM find vias YES;setwindow pcb' #via funckey fp 'setwindow form.find;FORM find all_off;FORM find pins YES;setwindow pcb' #pin funckey fh 'setwindow form.find;FORM find all_off;FORM find shapes YES;setwindow pcb' #shapes funckey fa 'setwindow form.find;FORM find all_on;' #select anyfunckey fc 'setwindow form.find;FORM find all_off;FORM find clines YES;setwindow pcb' #clines funckey fe 'setwindow form.find;FORM find all_off;FORM find clines segs YES;setwindow pcb' #clines funckey ff 'setwindow form.find;FORM find all_off;FORM find figures YES;setwindow pcb' #figures funckey fg 'setwindow form.find;FORM find all_off;FORM find groups YES;setwindow pcb' #groups funckey fr 'setwindow form.find;FORM find all_off;FORM find ratsnests YES;setwindow pcb' #ratsnests funckey ft 'setwindow form.find;FORM find all_off;FORM find text YES;setwindow pcb' #text funckey fl 'setwindow form.find;FORM find all_off;FORM find lines YES;setwindow pcb' #line funckey + subclass -+funckey - subclass --#--------------------------------------------------------------------# OTHER ALIASES alias edps padeditalias rps "replace padstack"alias unplrp report unplacedalias x pickalias y pick lalias ix ipickalias iy ipick 0alias reopen 'open -q $module'alias revert 'open -q $module'# autoroamalias sar set pcb_autoroamalias uar unset pcb_autoroamalias reopen 'open -q $module'alias bubset 'settoggle shove_mode Off "Hug preferred" "Shove preferred"; options bubble_space $shove_mode'alias ~B bubsetalias smoothset 'settoggle smooth_mode Off Minimal Full; options smooth_level $smooth_mode'alias ~C smoothset#--------------------------------------------------------------------# COMMAND DEFAULTS# allow slide to work on arcs by defaultset slide_arcs# Compatibility aliasesalias window zoomalias hilite hilightalias dehilite dehilightalias pickx pickalias picky pick lalias ipickx ipickalias ipicky ipick 0alias cdnshelp cdsdoc#--------------------------------------------------------------------# MOUSE WHEEL SUPPORT # Environment Variables - Note quote variables so they are evaluated# at button time not when this file is read.# - _wheelcnt variable is set based upon number of detents wheel moved# range is -4 to 4 (no 0)# - sx1 and sy1 are cursor coordinates when wheel is moved## Button values# wheel_up: when wheel is moved up# wheel_down: when wheel is moved down# wheel: up/down if either of above 2 buttons are not assigned# # Keyboard modifiers (note we are case insensitive)# S - shift key# C - control key# SC - shift and control# Example: SCwheel - for wheel button assignment with both shift & control keys## Button factor may be factorion (e.g. 0.5)set buttonfactor = 1button wheel_up "roam y -$roamInc"button wheel_down "roam y $roamInc"button Cwheel_up "zoom in $buttonfactor"button Cwheel_down "zoom out $buttonfactor"button Swheel_up "roam x -$roamInc"button Swheel_down "roam x $roamInc"# Unit: mmset BGA1_27 = 1.27set BGA2_0 = 2.0set BGA3_0 = 3.0alias Up ipick 0 $BGA1_27alias Down ipick 0 -$BGA1_27alias Left ipick -$BGA1_27 0alias Right ipick $BGA1_27 0alias CUp ipick 0 $BGA2_0alias CDown ipick 0 -$BGA2_0alias CLeft ipick -$BGA2_0 0alias CRight ipick $BGA2_0 0alias SUp ipick 0 $BGA3_0alias SDown ipick 0 -$BGA3_0alias SLeft ipick -$BGA3_0alias SRight ipick $BGA3_0set menupath = D:\FPM\util D:\Cadence\Cadence_SPB_17.4-2019\share\local\pcb\menus D:\Cadence\Cadence_SPB_17.4-2019\share\pcb\text\cuimenusset bmppath = D:\FPM\util D:\Cadence\Cadence_SPB_17.4-2019\share\local\pcb\icons D:\Cadence\Cadence_SPB_17.4-2019\share\pcb\text\iconsset psmpath = . symbols .. ../symbols d:/cadence/cadence_spb_17.4-2019/share/local/pcb/symbols d:/cadence/cadence_spb_17.4-2019/share/pcb/pcb_lib/symbols d:/cadence/cadence_spb_17.4-2019/share/pcb/allegrolib/symbols E:/06_Cadence_Project/05_CADENCE_LIB/05.Allegro_PCB_LIB E:/06_Cadence_Project/05_CADENCE_LIB/05.Allegro_PCB_LIB/INDUCTOR D:/Cadence/SPB_Data/cdssetup/OrCAD_Capture/17.4.0/downloaded_parts/allegropcbset padpath = . symbols .. ../symbols d:/cadence/cadence_spb_17.4-2019/share/local/pcb/padstacks d:/cadence/cadence_spb_17.4-2019/share/pcb/pcb_lib/symbols d:/cadence/cadence_spb_17.4-2019/share/pcb/allegrolib/symbols E:/06_Cadence_Project/05_CADENCE_LIB/05.Allegro_PCB_LIB E:/06_Cadence_Project/05_CADENCE_LIB/05.Allegro_PCB_LIB/INDUCTOR D:/Cadence/SPB_Data/cdssetup/OrCAD_Capture/17.4.0/downloaded_parts/allegropcbset steppath = . step ../step d:/cadence/cadence_spb_17.4-2019/share/local/pcb/step E:/06_Cadence_Project/05_CADENCE_LIB/04.3D Model lib D:/Cadence/SPB_Data/cdssetup/OrCAD_Capture/17.4.0/downloaded_parts/allegropcb
MengJunlei
关注
1
0
2
专栏目录
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
Cadence Allegro 快捷键大全
Allegro快捷键
我的快捷键 ALLEGRO
cadence 出PCB前需要注意的设置
Cadence资料全集
cadence生成网络表
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服