wildgoat的个人空间 https://blog.eetop.cn/wildgoat [收藏] [复制] [分享] [RSS]

空间首页 动态 记录 日志 相册 主题 分享 留言板 个人资料

日志

.cdsinit 中几个有用的设置

热度 1已有 5114 次阅读| 2011-12-1 01:42 |个人分类:Cadence

1. editor = "TEXT_EDITOR_NAME"
Where TEXT_EDITOR_NAME is an editor such as nedit, gedit, vim, ect.

2. ddsNewsClose()
Close the "What's new" window

3. hiSetUndoLimit(10)
Set the undo limit to 10

4. hiResizeWindow(window(1) list(1:25 800:200))
Resize the Command Interface Window (CIW). The CIW is the command line window. The window size and position is set by defining the pixel positions of the bottom-left (BL) and top-right (TR) location of the window. The bottom-left corner of the screen is the origin. The syntax is
list([BL_horizontal_position]:[BL_vertical_position] [TR_horizontal_position]:[TR_vertical_position])
list(1:25 800:200) sets it up in the bottom left part of the screen.

5. ddsOpenLibManager()
Open the library manager window.  You can also add this command in your leBindKeys.il file to do the same thing.

6. asiSetEnvOptionVal( asiGetTool('spectre) 'modelFiles '(("/model_file_path" "")) )
Add a model files path


Reference:
https://secure.engr.oregonstate.edu/wiki/ams/index.php/Cadence/TipsAndTricks

1

点赞

刚表态过的朋友 (1 人)

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 注册

  • 关注TA
  • 加好友
  • 联系TA
  • 0

    周排名
  • 0

    月排名
  • 0

    总排名
  • 0

    关注
  • 121

    粉丝
  • 41

    好友
  • 269

    获赞
  • 117

    评论
  • 22096

    访问数
关闭

站长推荐 上一条 /1 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-3-29 23:38 , Processed in 0.010770 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部