Fields

The Fields schematic query functions shown in the Query Helper dialog
The Fields schematic query functions shown in the Query Helper dialog

This reference page details the query language keywords from the Fields category available in schematic and schematic library documents in Altium Designer. For help on a specific query keyword, use the following collapsible sections or highlight (or click inside) any given keyword in the Query Helper or a Filter panel then press F1 to access its section.

Summary

Returns all blanket, polyline and rectangle objects whose Line Style property complies with the Query.

Syntax

LineStyle = LineStyle_String
LineStyle <> LineStyle_String

LineStyle_String specifies the line style, and must be one of the following strings:

  • 'Dashed'
  • 'Dash dotted'
  • 'Dotted'
  • 'Solid'

Example Usage

LineStyle = 'Solid'
Returns all blanket, polyline and rectangle objects whose Line Style property is Solid.

LineStyle <> 'Dashed'
Returns all objects except blanket, polyline and rectangle objects whose Line Style property is Dashed.

IsPolyline && LineStyle <> 'Dotted'
Returns all polyline objects except those whose Line Style property is Dotted.

Notes

  • The single quote characters (') at the start and end of LineStyle_String are mandatory.
  • The Line Style property is only defined for blanket, polyline and rectangle objects.

問題が見つかった場合、文字/画像を選択し、Ctrl + Enter キーを押してフィードバックをお送りください。
機能の可用性

利用できる機能は、所有する Altium ソリューション (Altium DevelopAltium Agile のエディション (Agile Teams、または Agile Enterprise)、または Altium Designer (有効な期間)) によって異なります。

説明されている機能がお使いのソフトウェアに表示されない場合、Altium の営業担当者にお問い合わせください

従来のドキュメント

Altium Designer のドキュメントは、バージョンごとに掲載されなくなりました。Altium Designer の旧バージョンのドキュメントは、Other Installers ページの Legacy Documentation の項目をご覧ください。