Query_Lang-PCBFunctions_AttributeChecks_IsSMTPinIsSMTPin_AD
Created: 9月 11, 2015 | Updated: 8月 10, 2021
| Applies to versions: 15.1, 16.0, 16.1, 17.0, 17.1, 18.0, 18.1, 19.0, 19.1, 20.0, 20.1 and 20.2
現在、バージョン 18.1. をご覧頂いています。最新情報については、バージョン Query_Lang-PCBFunctions_AttributeChecks_IsSMTPin((IsSMTPin))_AD の 21 をご覧ください。
注記
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: PCB Query Functions - Attribute Checks
Summary Copy Link Copied
Returns all pad objects that are Surface Mount in nature, that is, those whose Hole Size property is set to 0.
Syntax Copy Link Copied
IsSMTPin : Boolean/Boolean_String
Example Usage Copy Link Copied
IsSMTPin
IsSMTPin = True
IsSMTPin = 'True'
Returns all surface mount pads.
Not IsSMTPin
IsSMTPin = False
IsSMTPin = 'False'
Returns all objects except surface mount pads.