Query_Lang-PCBFunctions_Fields_PropagationDelayPropagationDelay_AD
This document is no longer available beyond version 21. Information can now be found here: PropagationDelay for version 25
软件的功能取决于您购买的Altium产品级别。您可以比较Altium Designer软件订阅的各个级别中包含的功能,以及通过Altium 365平台提供的应用程序所能实现的功能。
如果您在软件中找不到某个讨论过的功能,请联系Altium销售团队以获取更多信息。
Parent page: PCB Query Functions - Fields
Summary Copy Link Copied
Returns all arc, track, pad, via objects whose Propogation Delay property complies with the Query.
Syntax Copy Link Copied
PropogationDelay : Numeric_String
Example Usage Copy Link Copied
PropogationDelay = '70'
Returns all region objects whose Propogation Delay property is equal to 70
.
PropogationDelay Between '200' And '400'
Returns all region objects whose Propogation Delay property is greater than or equal to 200
and less than or equal to 400
.
PropogationDelay
>= '100'
Returns all region objects whose Propogation Delay property is greater than or equal to 100
.
PropogationDelay
<> '120'
Returns all objects except region objects whose Propogation Delay property is equal to 120
.
Tips Copy Link Copied
- The Propogation Delay property is only defined for component objects.