TraceLength
This document is no longer available beyond version 21. Information can now be found here: TraceLength for version 25
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 - Attribute Checks
Summary Copy Link Copied
Returns arc and track objects on signal layers, whose length complies with the Query.
Syntax Copy Link Copied
TraceLength : Number
Example Usage Copy Link Copied
TraceLength Between 400 And 1800
Returns all arc and track objects that have a length between 400mil and 1800mil (inclusive).
TraceLength > 300
Returns all arc and track objects that have a length that is greater than 300mil.
IsTrack AND OnTopLayer AND (AsMM(TraceLength) < 1)
Returns all track objects that are on the Top Layer and have a length less than 1mm.