• 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 PCB Editor
  3. axlVisibleSet usage

Stats

  • Replies 2
  • Subscribers 158
  • Views 13381
  • Members are here 0
More Content

axlVisibleSet usage

archive
archive over 19 years ago

Hello all,

When I try to set PIN/TOP visibility by axlVisibleSet function,
i get always following message:

Skill > mylist = '(nil class "PIN" visible t subclassinfo ("TOP" t))
(nil class "PIN" visible t
subclassinfo ("TOP" t)
)
Skill > axlVisibleSet(mylist)
W- *WARNING* Bad format for visibility information
nil

Any suggestions ?

Thanks,
Shimon


Originally posted in cdnusers.org by shimon37
  • Sign in to reply
  • Cancel
  • archive
    archive over 19 years ago

    axlVisibleSet is really targeted at the situation where you might want to temporarily change the viisbility of the design
    then change it back to the original user settings before exiting your skill program. Example
    originalVis = axlVisibleGet()
    ... change visibility then do work based upon it
    axlVisibleSet(originalVis)

    While you can use it to change the visiibility for individual layers using axlVisibleSet it requires complicated programming.
    The easy method to change the visibility of individual layers is to use axlVisibleLayer. Example to make the pin/top layer visible.
    axlVisibleLayer("PIN/TOP" t)
    axlVisibleUpdate()
    axlVisibleUpdate is required. It allows multiple calls to axlVisibleLayer without having the display update after each call.

    The interface requires the class name to be included with the subclass name.

    To make all subclasses of a class invisible:
    axlVisibleLayer("PIN" nil)


    Originally posted in cdnusers.org by fxf
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • archive
    archive over 19 years ago

    Thanks a lot,

    Shimon


    Originally posted in cdnusers.org by shimon37
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
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