Query_Lang-PCBFunctions_AttributeChecks_IsObliqueNegativeIsObliqueNegative_AD
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: PCB Query Functions - Attribute Checks
Summary Copy Link Copied
Returns -45 Degree angled tracks, i.e. those tracks for which the difference between their Y1 and Y2 properties is opposite in sign to, but otherwise equal to, the difference between their X1 and X2 properties.
Syntax Copy Link Copied
IsObliqueNegative : Boolean/Boolean_String
Example Usage Copy Link Copied
IsObliqueNegative
IsObliqueNegative = True
IsObliqueNegative = 'True'
Returns all -45 Degree tracks.
Not IsObliqueNegative
IsObliqueNegative = False
IsObliqueNegative = 'False'
Returns all objects except -45 Degree tracks.