• 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 Scripting - Skill
  3. Stacked via delete

Stats

  • Replies 0
  • Subscribers 17
  • Views 8617
  • Members are here 0
More Content

Stacked via delete

karthikeyan123
karthikeyan123 over 6 years ago

hai,

I want to write a Skill code  stacked via delete  i used a skill code older posted in cadence site but i comes a *Error* axlGeoPointsEqual: too few arguments (2 expected, 1 given) - (Via)

I will attach the code below any one re correct the code send me back please.

axlCmdRegister("bbvias" 'RBG_replace_via_list ?cmdType "INTERACTIVE" )
defun( RBG_replace_via_list ( @optional v_ps )
prog( list(via_file l_loc t_padstk)
mypopup = axlUIPopupDefine( nil (list (list "Done" `dvl_Done)))
axlUIPopupSet( mypopup)

unless(v_ps
via_file = axlDMFileBrowse("ALLEGRO_TEXT" nil)
if(isFile(via_file) then
via_data = axlDMOpenFile("ALLEGRO_TEXT" via_file "r")

when(via_data
axlSetFindFilter(?enabled '(noall vias) ?onButtons '(vias))
while(l_via = lineread(via_data)
l_loc=nth(0 l_via)
axlClearSelSet()
axlSetFindFilter(?enabled list("noall", "vias", "invisible"), ?onButtons list("noall", "vias"))
axlAddSelectAll()
axlDeleteObject(setof(via, axlGetSelSet(), axlGeoPointsEqual(l_loc) && car(via ->startEnd) == "ETCH/TOP" && cadr(via ->startEnd) == "ETCH/L2"))

);end while
);end when
);end if
);end unless
);end prog


);end defun

  • Cancel
  • Sign in to reply
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