• 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. Allegro X PCB Editor
  3. axlAirGap help

Stats

  • Replies 2
  • Subscribers 158
  • Views 12391
  • Members are here 0
More Content

axlAirGap help

pcbnagaraj
pcbnagaraj over 13 years ago
Dear All,

I am trying to find the air gap between a shape in PACKAGE GEOMETRY/SILKSCREEN_TOP layer  and via using VIA CLASS/SOLDER MASK TOP

axlSetFindFilter(?enabled list("noall" "pins" "vias" "clines" "shapes" "lines" ) ?onButtons list("noall" "pins" "vias" "clines" "shapes" "lines"))

axlSingleSelectBox(bbox) ; this selects both shape and via with bbox as user input

select_list = axlGetSelSet()

silk_shape_dbid = car(select_list)

via_dbid = cadr(select_list)

axlAirGap(silk_shape_dbid  via_dbid  "VIA CLASS/SOLDERMASK_TOP" t )

running this I get error

W- *WARNING* ilMakeString: NULL String, changed to "".

(NOMATCH

    ("")

)

Please help. What am I doing wrong ?

Thanks,

Nagaraj
  • Sign in to reply
  • Cancel
Parents
  • fxffxf
    fxffxf over 13 years ago

    You have two issues:

    •   the 2 objects don't share the same layer so you need to use a different option for the 4th arg
    •   you may have pins in your list so "VIA CLASS" would be wrong for them

    use: axlAirGap(silk_shape_dbid  via_dbid  "VIA CLASS/SOLDERMASK_TOP" 'anyLayer )

    •    if the  via_dbid is a PIN substiture "PIN" for class name

    If you use 'enhanced for the 4th arg then the return reports the layers used for measurement.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • fxffxf
    fxffxf over 13 years ago

    You have two issues:

    •   the 2 objects don't share the same layer so you need to use a different option for the 4th arg
    •   you may have pins in your list so "VIA CLASS" would be wrong for them

    use: axlAirGap(silk_shape_dbid  via_dbid  "VIA CLASS/SOLDERMASK_TOP" 'anyLayer )

    •    if the  via_dbid is a PIN substiture "PIN" for class name

    If you use 'enhanced for the 4th arg then the return reports the layers used for measurement.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
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