Query_Lang-PCBFunctions_AttributeChecks_ManHatManHat_AD
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: PCB Query Functions - Attribute Checks
Summary Copy Link Copied
Returns tracks whose Manhattan Length complies with the Query.
The Manhattan Length of a track is determined by adding the absolute value of the difference between its X1 and X2 properties, to the absolute value of the difference between its Y1 and Y2 properties. The terminology is derived from Manhattan Island, in New York City, where the streets are laid out in a rectangular pattern.
Syntax Copy Link Copied
ManHat : Number
Example Usage Copy Link Copied
ManHat = 300
Returns all tracks whose Manhattan Length is equal to 300mil
.
ManHat >= 500
Returns all tracks whose Manhattan Length is greater than, or equal to, 500mil
.
ManHat > 400
Returns all tracks whose Manhattan Length is greater than 400mil
.
ManHat Between 30 And 40
Returns all tracks whose Manhattan Length is greater than, or equal to, 30mil
and less than, or equal to, 40mil
.
ManHat <> 500
Returns all tracks whose Manhattan Length is is not equal to 500mil.