altiumdesigner中inpolygon与ispolygon都是什么意思,更详细
解。。。肠套叠症状
这些在AD⾃带的帮助⽂档都有详细解释的。
InPolygon(简写为 InPoly)是指对象本⾝是 polygon 的⼀部分(例如定义 polygon 并覆铜之后所产⽣的线条)。例如设定覆铜间距规则的时候就要⽤ InPolygon 来作IsPolygon(或简写为 IsPoly)是指对象本⾝就是 polygon(要注意到 polygon 本⾝是个虚对象,也就是你所勾画的轮廓)。
在设计规则选择Advanced(Query),点击quer Helper 弹出上图所⽰的对话框 在⾥⾯可以查询
更详细的说明需要查看 Altium Designer ⾼级规则语法参考或者在官⽅⽹站搜索s://
m/documentation/altium-designer/query-lang-pcbfunctions-objecttypechecks-isnetisnet-ad
isnet
innet
InComponent
Modified by Admin on Apr 11, 2017
Parent page:
Summary
Returns all component objects who Name property complies with the Query.
练功钞Syntax
InComponent(Name : String) : Boolean/Boolean_String
As you define the Query expression, a pop-up list of all existing components, by name, is prented. Example Usage
猪肉脂肪含量
InComponent('U1')
InComponent('U1') = True国家线是什么意思
InComponent('U1') = 'True'
Returns all component objects who Name property is U1.
InComponent('U1', 'U2', 'J1')
InComponent('U1', 'U2', 'J1') = True
InComponent('U1', 'U2', 'J1') = 'True'
Returns all component objects who Name property is U1, or U2, or J1.
Not InComponent('IDC16')
InComponent('IDC16') = Fal
一切都会好InComponent('IDC16') = 'Fal'
Returns all objects except component objects who Name property is IDC16.
InComponent('U*')
InComponent('U*') = True
InComponent('U*') = 'True'
Returns all component objects who Name property starts with U.
Tips
1. The single quote characters (') at the start and end of the Name string are mandatory.
2. For each returned component object, its associated child objects are also returned.
IsComponent
Modified by Admin on Apr 11, 2017
Parent page:
Summary
Returns component objects.
Syntax
IsComponent : Boolean
Example Usage
删除word空白页IsComponent
IsComponent = True
Returns all component objects.
化学有机Not IsComponent
穿越火线小游戏IsComponent = Fal
Returns all objects except component objects.
⼀经实际操作发现
InComponent选项时会在后⾯⾃动添加(‘C1’)⾥⾯⾃动显⽰选中的元件