• 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. Skill command to create custom color definition for Vir...

Stats

  • Locked Locked
  • Replies 10
  • Subscribers 151
  • Views 17914
  • 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

Skill command to create custom color definition for Virtuoso

TeeBro
TeeBro over 13 years ago

Hi,

I have an application that will highlight a net within a layout much like the Assura probing app.  The problem is the highlight is not very viewable.  I have written code to change the Cadence hiLite colors to be more viewable ( ie thickLine, stipple, etc ) but what I really want is for the color to "blink".  I need to create a custom color definition that blinks.  I can create the color using drMakeColor but there is not an option to make it blink.  So far the only way I have been able to create the blink colors is to define them in a drf file and read it in with drLoadDrf.  Example:  drDefineColor( (display    blinkRed   255   0   0   t ) ).

Is there any way to create this color without loading a drf file?

 

Thanks

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Even the drMakeColor function is a private function, so you should not use it (the C equivalent is documented for use in ITK DB programs, but the SKILL equivalent is private). There is no SKILL equivalent of the C function drSetColorBlink (private or public), so you'll need to use the supported flow of creating a display.drf and reading that (maybe you could use drDumpDrf to at least get the current drf data written to the file before manipulating that).

    If you need such an API, you should contact Customer Support and request this as an enhancement for a future release.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Even the drMakeColor function is a private function, so you should not use it (the C equivalent is documented for use in ITK DB programs, but the SKILL equivalent is private). There is no SKILL equivalent of the C function drSetColorBlink (private or public), so you'll need to use the supported flow of creating a display.drf and reading that (maybe you could use drDumpDrf to at least get the current drf data written to the file before manipulating that).

    If you need such an API, you should contact Customer Support and request this as an enhancement for a future release.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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