• 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 Commands to Create ADE Maestro Views(Assemler/Explorer...

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 678
  • 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 Commands to Create ADE Maestro Views(Assemler/Explorer)

AmarDas
AmarDas 6 months ago

Hi,

I want to create the maestro views for my schematic in a library automatically.

Couldn't find any command to do so. Looked into other forums and AXL commands in API finder, but no.

Any help ?

I tried to use the GUI callback methods, but not helping in a full flow script.

hiRegTimer("_axlInstallMainAndSubApps(\"assembler\")" 10)
hiRegTimer("axlIntroForm->radioField->value=\"Create New View\"" 10)
hiRegTimer("hiFormDone(axlIntroForm)" 10)

hiRegTimer(strcat("deNewForm->deLibName->value=\"" schLibName "\"") 20)
hiRegTimer(strcat("deNewForm->deCellName->value=\"" schCellName "\"") 20)
hiRegTimer(strcat("deNewForm->deViewName->value=\"" maestroViewName "\"") 20)
hiRegTimer("deNewForm->viewType->value=\"maestro\"" 20)
hiRegTimer("deNewForm->appName->value=\"ADE Assembler\"" 20)
hiRegTimer("deNewForm->deWindowStyle->value=\"new window\"" 20)
hiRegTimer("hiFormDone(deNewForm)" 20)

Regards,

Amar

  • Cancel
  • Andrew Beckett
    Andrew Beckett 6 months ago

    Amar,

    There's a large set of "mae" functions (all begin with mae) which would allow you to do this. Using lots of hiRegTimer calls would absolutely not be the right way to do this!

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • AmarDas
    AmarDas 6 months ago in reply to Andrew Beckett

    Hi Andrew,

    Thank you for your help. I have started using the "mae" function and it's going great so far.

    Regards,

    Amar

    • 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