首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

(原创)我定义的allegro env 变量(供参考)

(原创)我定义的allegro env 变量(供参考)

路径 $....\HOME\pcbenv下的env文件,用记事本编辑,修改前先备份

source $TELENV
alias Pgdown zoom out
alias Pgup zoom in
alias ~R angle 90
alias End redisplay
alias Del delete
alias Home Zoom fit
alias Insert Define grid
alias up refresh padstack
alias us refresh symbol
alias Right 'skill x=0.1,y=0, b=axlWindowBoxGet(),axlWindowBoxSet(list(list(caar(b)+x cadar(b)+y) list( caadr(b)+x cadadr(b)+y)))'
alias Left 'skill x=-0.1,y=0, b=axlWindowBoxGet(),axlWindowBoxSet(list(list(caar(b)+x cadar(b)+y) list( caadr(b)+x cadadr(b)+y)))'
alias Up 'skill x=0,y=0.1, b=axlWindowBoxGet(),axlWindowBoxSet(list(list(caar(b)+x cadar(b)+y) list( caadr(b)+x cadadr(b)+y)))'
alias Down 'skill x=0,y=-0.1, b=axlWindowBoxGet(),axlWindowBoxSet(list(list(caar(b)+x cadar(b)+y) list( caadr(b)+x cadadr(b)+y)))'
funckey ' ' iangle 90
funckey ~H hilight
funckey ~U dehilight
funckey m move
funckey h pop mirror
funckey p place manual -h
funckey 2 OPTIONS LINE_WIDTH 0.2
funckey 5 OPTIONS LINE_WIDTH 0.5


### 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 nolast_directory
set nolast_file
set padpath = E:\My\Allegro\pad\
set psmpath = E:\My\Allegro\AllegroLIB\
set modulepath = E:\My\Allegro\module\
set display_nohilitefont
unset allegro_etch_length_on
set allegro_dynam_timing = on
unset allegro_dynam_timing_fixedpos
set ads_boardrevs = 0
unset ads_logrevs
unset ads_textrevs
set no_zoom_to_object

有兴趣的可以试试,其中的变量可以变换


你们都定义了些什么,贴出来,补充一下,大家学习学习````

Pgdown 缩小
Pgup 放大
CTRL+R 旋转90度 或者空格旋转90度
End 刷新
Del 删除
Home 全屏
Insert 格点设置
up 更新padstack
us 更新 symbol
按左右上下各移动0.1MM
CTRL+H 高亮
CTRL+U 取消高亮
m 移动
p 移动元件
2 改变线宽0.2
5 改变线宽0.5
h 镜像
.................
我是主持人,煸情功夫一流。我是工程师,刻苦学习一生。我是海王星,透明蓝色一体。因为有了你,我就一通百通。
是啊,这是一通版主修改的内容,我下载了,现在还在用呢!不错,熟悉PADS的比较习惯这种用法。
 
一通百通+skyooko+...=Allegro[em49]
谢谢

同上~~

返回列表