Query_Lang-PCBFunctions_Fields_PropagationDelayPropagationDelay_AD
Created: октября 31, 2019 | Updated: августа 18, 2021
| Applies to versions: 3.0, 3.1 and 3.2
Вы просматриваете версию 3.0. Для самой новой информации, перейдите на страницу PropagationDelay для версии 5
Parent page: PCB Query Functions - Fields
Summary
Returns all arc, track, pad, via objects whose Propogation Delay property complies with the Query.
Syntax
PropogationDelay : Numeric_String
Example Usage
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
- The Propogation Delay property is only defined for component objects.