Query_Lang-PCBFunctions_Fields_PropagationDelayPropagationDelay_AD
利用できる機能は、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.