Cadence Skill 论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 5914|回复: 1

[AXL函数] axlPadSuppressGet

[复制链接]
发表于 2015-2-4 11:24:14 | 显示全部楼层 |阅读模式
axlPadSuppressGet(
nil
)
=> ll_LayerPadSuppress

axlPadSuppressGet(
t_layer/x_layerNumber
)
=> l_LayerPadSuppress

描述

用于获取 某个层面的 pad suppress 参数. Pad suppression 在 symbol editor模式下无效.


参数

nil 返回所有层的pad suppress

t_layer 返回指定t_layer e层的pad suppress参数

x_layerNumber 返回指定序号的 layer层pad suppress参数 (第一个层为 0)


返回值

ll_LayerPadSuppress -所有层的l_LayerPadSuppress 列表. 从top 到 bottom.

l_LayerPadSuppress - 指定层的suppress特性.  

(<t_layer> [<s_pin>] [<s_via>])


相关函数

axlPadSuppressSet, axlPadSuppressOkLayer, axlDBControl, axlSubclassRoute, axlPadOnLayer


例子

获取所有层的suppress状态
suppress = axlPadSuppressGet(nil)
foreach(item suppress
printf("Layer=%s what= %L\n", car(item) cdr(item)))

获取 "GND"层的suppress状态
suppress = axlPadSuppressGet("GND")

获取序号为1层的suppress状态
suppress = axlPadSuppressGet(1)


您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|网站地图|Cadence Skill 论坛 ( 蜀ICP备13024417号 )

GMT+8, 2024-4-20 22:29 , Processed in 0.138561 second(s), 19 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表