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