Schematic Fields Query Language Keywords in Altium Designer

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.

If you find an issue, select the text/image and pressCtrl + Enterto send us your feedback.

软件的功能取决于您购买的Altium产品级别。您可以比较Altium Designer软件订阅的各个级别中包含的功能,以及通过Altium 365平台提供的应用程序所能实现的功能。

如果您在软件中找不到某个讨论过的功能,请联系Altium销售团队以获取更多信息。