Query_Lang-PCBFunctions_AttributeChecks_TraceHeightTraceHeight_AD
软件的功能取决于您购买的Altium产品级别。您可以比较Altium Designer软件订阅的各个级别中包含的功能,以及通过Altium 365平台提供的应用程序所能实现的功能。
如果您在软件中找不到某个讨论过的功能,请联系Altium销售团队以获取更多信息。
Parent page: PCB Query Functions - Attribute Checks
Summary Copy Link Copied
Returns all arc, fill, and track objects, on signal layers whose copper thickness complies with the Query.
Syntax Copy Link Copied
TraceHeight : Number
Example Usage Copy Link Copied
TraceHeight = 1.4
Returns all arc, fill, and track objects, on signal layers whose copper thickness is equal to 1.4
mil.
TraceHeight Between 1.1 And 1.5
Returns all arc, fill, and track objects, on signal layers whose copper thickness is greater than, or equal to, 1.1
mil, and less than, or equal to, 1.5mil.
TraceHeight >= 1.2
Returns all arc, fill, and track objects, on signal layers whose copper thickness is greater than, or equal to, 1.2
mil.
TraceHeight < 1.3
Returns all objects except arc, fill, and track objects, on signal layers whose copper thickness is greater than, or equal to, 1.3
mil.
TraceHeight
= 2.8 || (IsArc Or IsFill Or IsTrack && OnMultiLayer)
Returns all arc, fill, and track objects, on signal layers whose copper thickness is equal to 2.8
mil, and all arc, fill, and track objects on the Multi-Layer.
Tips Copy Link Copied
- This function is an alias for the TraceCopperHeight function.