PropagationDelay
The features available depend on your Altium product access level. Compare features included in the various levels of Altium Designer Software Subscription and functionality delivered through applications provided by the Altium 365 platform.
If you don’t see a discussed feature in your software, contact Altium Sales to find out more.
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.