Query_Lang-PCBFunctions_AttributeChecks_RowCountRowCount_AD
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: PCB Query Functions - Attribute Checks
Summary Copy Link Copied
Returns component objects whose number of rows of pads complies with the Query.
Syntax Copy Link Copied
RowCount : Number
Example Usage Copy Link Copied
RowCount = 8
Returns all components that have exactly 8 rows of pads.
RowCount Between 6 And 10
Returns all components that have between 6 and 10 rows of pads (inclusive).
RowCount < 4
Returns all objects except components that have 4 rows of pads, or more.
Tips Copy Link Copied
- The associated child objects of the complying component objects are also returned.