• 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. How to move pin/via with attached cline with SKILL

Stats

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

How to move pin/via with attached cline with SKILL

adaeve001
adaeve001 over 5 years ago

Hi, i'm quite a newbie regarding SKILL.

I'm trying to find a way to move a pin or via with SKILL-code but not to disconnect from the etch while doing so.

I'm currently moving the pins/vias with : 

if(pinOrvia == "pin" then
objTomove = sym
else
objTomove = cpin
)

if( abs(dx) <= abs(dy) then
axlTransformObject(objTomove, ?move list(dx 0.0))
else
axlTransformObject(objTomove, ?move list(0.0 dy))
)

(Note: this is merely a snippet of the code, and is fully working in it's context)

Is there perhaps some kind of "keep clines connected" - variable/argument that would stretch the connected clines rather than disconnecting the object from the cline?

 

  • 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