Query_Lang-PCBFunctions_Parameters_HasParameterValueHasParameterValue_AD
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: PCB Query Functions - Parameters
Summary Copy Link Copied
Returns PCB objects incorporating the specified Parameter Name which has a Value that complies with the Query.
Syntax Copy Link Copied
HasParameterValue(ParameterName : String , ParameterValue : String) : Boolean
Example Usage Copy Link Copied
HasParameterValue(‘Design Item Id’,'LED-RED-HSMHC170')
HasParameterValue(‘Design Item Id’,'LED-RED-HSMHC170') = True
Returns all objects that have the Design Item Id
Parameter Name and a matching Value property of LED-RED-HSMHC170.
Not HasParameterValue(‘Design Item Status’,'RoHS-Compliant')
HasParameterValue(‘Design Item Status’,'RoHS-Compliant') = False
Returns all objects that do not have a Design Item Status
Parameter with a Value of RoHS-Compliant.