• 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. Custom IC SKILL
  3. Setting the position of a db or rod object

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 144
  • Views 14503
  • Members are here 0
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

Setting the position of a db or rod object

gsimard
gsimard over 16 years ago

Hello,

 

I am trying to set manually the position of a rod or db object, without using rodAlign. It is possible to read the position of the objet by retrieving the translation part of the transform like this:

(car (rodGetObj "P1")~>transform)

It's also possible to access this property from the dbId in the same way.

 However, I couldn't manage to write to this place yet, any hint ? The object is already created so the initial control over it's position is not a possibility.

 

Thank you,

Guillaume

  • Cancel
  • dmay
    dmay over 16 years ago

    You can set this information using the xy attribute for an instance. If rodObjId is the variable containing your rod object:

    rodObjId~>dbId~>xy = list(0 0)

    This will move the instance to 0:0.

     Derek

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Austin CAD Guy
    Austin CAD Guy over 16 years ago

     There is an attribute on each database object which describes where it is. These can be written to, other attributes, such as transform cannot as they are compounds of existing attributes.

    The attributes of the design objects are described in the Virtuoso Design Environment SKILL Reference. It also lists whether the attribute can be modified directly.

    ROD objects refer to database objects as you have found. You can manipulate the underlying database object without breaking the ROD connection.

    Ted

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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