Query_Lang-PCBFunctions_AttributeChecks_TraceCopperHeightTraceCopperHeight_AD
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: PCB Query Functions - Attribute Checks
Summary Copy Link Copied
Returns all arc, fill, and track objects, on signal layers whose copper thickness complies with the Query.
Syntax Copy Link Copied
TraceCopperHeight : Number
Example Usage Copy Link Copied
TraceCopperHeight = 1.4
Returns all arc, fill, and track objects, on signal layers whose copper thickness is equal to 1.4
mil.
TraceCopperHeight Between 1.1 And 1.5
Returns all arc, fill, and track objects, on signal layers whose copper thickness is greater than, or equal to, 1.1
mil, and less than, or equal to, 1.5mil.
TraceCopperHeight >= 1.2
Returns all arc, fill, and track objects, on signal layers whose copper thickness is greater than, or equal to, 1.2
mil.
TraceCopperHeight < 1.3
Returns all objects except arc, fill, and track objects, on signal layers whose copper thickness is greater than, or equal to, 1.3
mil.
TraceCopperHeight = 2.8 || (IsArc Or IsFill Or IsTrack && OnMultiLayer)
Returns all arc, fill, and track objects, on signal layers whose copper thickness is equal to 2.8
mil, and all arc, fill, and track objects on the Multi-Layer.
Tips Copy Link Copied
- This function is an alias for the TraceHeight function.