Query_Lang-SCHFunctions_Fields_PinIeeeSymbolLineWidthPinIeeeSymbolLineWidth_AD
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: Schematic Query Functions - Fields
Summary Copy Link Copied
Returns all pin objects whose IEEE Symbol Line Width property complies with the Query.
Syntax Copy Link Copied
PinIeeeSymbolLineWidth = IeeeSymbolLineWidth_String
PinIeeeSymbolLineWidth <> IeeeSymbolLineWidth_String
IeeeSymbolLineWidth_String
must be one of the following strings:
- 'Large'
- 'Medium'
- 'Small'
- 'Smallest'
Example Usage Copy Link Copied
PinIeeeSymbolLineWidth = '
Small'
Returns all pin objects whose IEEE Symbol Line Width property is Small.
PinIeeeSymbolLineWidth <> '
Smallest'
Returns all objects except pin objects whose IEEE Symbol Line Width property is Smallest.
IsPin && PinIeeeSymbolLineWidth
<> 'Medium'
Returns all pin objects except those whose IEEE Symbol Line Width property is Medium.
Tips Copy Link Copied
- The single quote characters (') at the start and end of
IeeeSymbolLineWidth_String
are mandatory. - The IEEE Symbol Line Width property is only defined for pin objects.