• 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. Help! Documents for beginner.

Stats

  • Replies 5
  • Subscribers 160
  • Views 15140
  • Members are here 0
More Content

Help! Documents for beginner.

halinh12sinh
halinh12sinh over 9 years ago


Hello everyone,

I am a beginner with allegro skill.
I'm trying to read a piece of skill program as follows:
================
WIDTH_ScriptText = strcat(
"setwindow pcb ;"
"setwindow form.mini ;"
"FORM mini line_width " WIDTH_Number " ;"
"setwindow pcb ;"
)
================
WIDTH_Select = car(axlGetSelSet())
WIDTH_PadSelect = WIDTH_Select->pads
================
I having some issues:
+I can not find any information about the command" setwindow" in the document "Allegro User Guide: SKILL Reference"
and "SKILL Language User Guide"
+properties of the object in the allegro.(example:WIDTH_PadSelect = WIDTH_Select->pads)

Can you show the documents containing this information?Please!

Thanks and best regards,

Ken Le

  • Sign in to reply
  • Cancel
Parents
  • catalineacsu
    catalineacsu over 9 years ago

    Hello  Linh Le,

    I am using notepad ++ for writing the SKILL style. You can define your own style. For debugging, I use the skill command line in Allegro and place useful variable inside the code to see what is going on in case of troubles.

    as for the properties there are a few ways to find them out.

    1. The "Allegro PCB Editor Database User Model" chapter in "Allegro User Guide: SKILL Reference" pdf document

    2. in skill command line by using my_id->? or my_id->??

    I usually use this code to interrogate different items (symbols in this example):

    axlSetFindFilter(?enabled `("NOALL" "SYMBOLS") ?onButtons `("SYMBOLS"))

    axlSingleSelectPoint()

    x = car(axlGetSelSet())

    and then type:

    x->xy

    x->?

    x->??

    etc.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • catalineacsu
    catalineacsu over 9 years ago

    Hello  Linh Le,

    I am using notepad ++ for writing the SKILL style. You can define your own style. For debugging, I use the skill command line in Allegro and place useful variable inside the code to see what is going on in case of troubles.

    as for the properties there are a few ways to find them out.

    1. The "Allegro PCB Editor Database User Model" chapter in "Allegro User Guide: SKILL Reference" pdf document

    2. in skill command line by using my_id->? or my_id->??

    I usually use this code to interrogate different items (symbols in this example):

    axlSetFindFilter(?enabled `("NOALL" "SYMBOLS") ?onButtons `("SYMBOLS"))

    axlSingleSelectPoint()

    x = car(axlGetSelSet())

    and then type:

    x->xy

    x->?

    x->??

    etc.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
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