• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. PCB Design
  3. find filter control

Stats

  • Locked Locked
  • Replies 9
  • Subscribers 166
  • Views 16193
  • Members are here 0
More Content
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

find filter control

masamasa
masamasa over 6 years ago

hello

is there any way to control what items to display on the find filter?

currently as default, there are so many items on the design object find filter that are not in use so i want to remove the items that i do not use, for instance, groups, lines, bond wires, other segs, ratsnests, and rat ts.

i was able to control what to display in the "visibility" section by modifying the visibility pane in color dialog so hopefully i can do the same in the "find" section.

  • Cancel
  • redwire
    redwire over 6 years ago

    I have never seen a way to do this...but perhaps somebody on here has a custom SKILL form that would do that.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • DavidJHutchins
    DavidJHutchins over 6 years ago

    the skill function (axlSetFindFilter) allows a user to set find filter elements and initial on buttons, there isn't any 'public' functions that I'm aware of to control the display of the find filter elements

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • masamasa
    masamasa over 6 years ago

    thank you for your reply, redwire and david.

    i am a newbie and do not know anything about skill yet.

    so i guess i need to start learning skill.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Dale Peterson
    Dale Peterson over 6 years ago in reply to masamasa

    Just a suggestion-Learn how to create simple scripts that turns on and turns off switches within the find filter per the function you want to perform. Then assign them to keys on your keyboard. By doing this, you will find yourself hardly looking at find window to perform your job.   Cheers

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • DavidJHutchins
    DavidJHutchins over 6 years ago

    I would not use scripts, since the syntax changes between releases...

    Below are some of the alias entries from my env file for changing the find filter settings:

    alias sns '(axlSetFindFilter ?enabled list("noall" "shapes" ) ?onButtons list("noall" "shapes"))'
    alias snt '(axlSetFindFilter ?enabled list("noall" "text" ) ?onButtons list("noall" "text"))'
    alias snc '(axlSetFindFilter ?enabled list("noall" "clines" ) ?onButtons list("noall" "clines"))'
    alias snv '(axlSetFindFilter ?enabled list("noall" "vias" ) ?onButtons list("noall" "vias"))'
    alias sfa '(axlSetFindFilter ?enabled list("noall" "all" ) ?onButtons list("noall" "all"))'
    alias sfn '(axlSetFindFilter ?enabled list("noall" ) ?onButtons list("noall"))'
    alias sfm '(axlSetFindFilter ?enabled list("nogroups" "nofunctions" "nolines" "nobondwires" "nofingers" "nolinesegs" "noshapesegs" "novoidsegs" "noratsnests" "noratts") ?onButtons list("nogroups" "nofunctions" "nolines" "nobondwires" "nofingers" "nolinesegs" "noshapesegs" "novoidsegs" "noratsnests" "noratts"))'

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
>
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information