• 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. IC20 Rulers/Measurement Question

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 1032
  • 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

IC20 Rulers/Measurement Question

B Power
B Power over 1 year ago

Hi All,

Just wondering if anyone has a way of getting the current list of rulers/measurements drawn on a layout.

In IC20 when a drawn ruler/measurement is selected it appears that geGetSelSet()~>cellView gives a different db than the db of the shapes in the cellview.

Previously checking the markers in a cellview would list the ruler, but this appears not to be the case anymore.

Thanks for any help,

Regards,

Barry.

  • Cancel
  • skillUser
    skillUser over 1 year ago

    Hi Barry,

    Yes, you can access them as marker objects where the objType is "ruler":

    setof(obj geGetEditCellView()~>markers obj~>objType=="ruler")

    Hopefully this answers your question?

    Best regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago in reply to skillUser

    Hi Barry,

    There are two types of ruler (called "measurements" these days). What are called "Savable" measurements which are stored within the cellView, and non-savable (or transient) measurements which are saved in a temporary alternative cellView. By default the saveable measurements are orange, and the transient measurements are red. Lawrence's way will get all the saveable rulers; I don't think there's a way to get all the transient rulers though (which are stored in an in-memory scratch cellView, as you've found by selecting them).

    The type of measurement is indicated on the F3 options form when creating a measurement. This hasn't changed in many releases, so it's not just ICADVM20.1

    Andrew

    • 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