• 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. How to get the actual PathForm number in IC 6.1

Stats

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

How to get the actual PathForm number in IC 6.1

Laur9
Laur9 over 11 years ago

 Hi,

we use in our tool for setting the path width a hard coded Form number like this

 le0PathForm->pathWidth->value

but sometimes it doesn't work because the Form number becomes le1PathForm for example.

How can we deal with this situation ?

 

Regards

Laurent

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

    Hi Laurent,

    There is a function to get a property list of technology-specific forms, leGetTechFormList.

    So for example:

    leGetTechFormList(techGetTechFile(geGetEditCellView()))

    returns:

    (nil subpartForm formStruct@0x1915e658 pinSetNameDisplayForm formStruct@0x18e893d8
    pathForm formStruct@0x18e89388 layGenLayer3Field cyclicStruct@0x18e89318 layGenLayer2Field
    cyclicStruct@0x18e89308 layGenLayer1Field cyclicStruct@0x18e892f8 unmarkNetForm formStruct@0x18e892e8
    markNetForm formStruct@0x18e89288 labelForm formStruct@0x18e891a8 copyForm
    formStruct@0x18e89118 moveForm formStruct@0x18e890e8
    )

    pathForm=leGetTechFormList(techGetTechFile(geGetEditCellView()))->pathForm

    then I can do:

    pathForm->hiFormSym => le0PathForm

    Or you can just interact with the form by storing it in a variable, as shown above.

    Kind Regards,

    Andrew.

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

    Hi Laurent,

    There is a function to get a property list of technology-specific forms, leGetTechFormList.

    So for example:

    leGetTechFormList(techGetTechFile(geGetEditCellView()))

    returns:

    (nil subpartForm formStruct@0x1915e658 pinSetNameDisplayForm formStruct@0x18e893d8
    pathForm formStruct@0x18e89388 layGenLayer3Field cyclicStruct@0x18e89318 layGenLayer2Field
    cyclicStruct@0x18e89308 layGenLayer1Field cyclicStruct@0x18e892f8 unmarkNetForm formStruct@0x18e892e8
    markNetForm formStruct@0x18e89288 labelForm formStruct@0x18e891a8 copyForm
    formStruct@0x18e89118 moveForm formStruct@0x18e890e8
    )

    pathForm=leGetTechFormList(techGetTechFile(geGetEditCellView()))->pathForm

    then I can do:

    pathForm->hiFormSym => le0PathForm

    Or you can just interact with the form by storing it in a variable, as shown above.

    Kind 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