Announcement

Collapse
No announcement yet.

Problem of Not function in query and rules

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problem of Not function in query and rules

    Master Feranec, I'm learning the query language of Altium and encounter a problem. I want to query the objects which belong to net C14_2. First I input InNet('C14_2'), the query result is correct. All the objects which belong to net C14_2 are masked include regions, tracks, pads, polys, even via sand TH pads. Then I want to query other object which don't not belong to Net C14_2. I input Not InNet('C14_2'), The result is weird. The polys and tracks and regions are correctly masked. But the pads, TH pads, vias are not masked. I another word, the query result is wrong. Is that a bug or my query method is wrong? If I want to query the objects which not belong to a certain net. How can I do it?

  • #2
    Try (Net <> 'NetName')

    Simple way how to create Filters is to use Find Similar (Right click on an object -> Find Similar Objects, then adjust the settings, check Create Expression and press Apply or OK)

    Click image for larger version  Name:	different net.PNG Views:	0 Size:	180.1 KB ID:	13907

    Comment


    • #3
      Thank you very much!! That's the answer of all problem.

      Comment

      Working...
      X