Layout XL question

Discussion in 'Cadence' started by PolyPusher, Sep 11, 2009.

  1. PolyPusher

    PolyPusher Guest

    I have skill code that only works if the user is running Layout XL.
    Is there a way to check if the current window is running Layout XL?

    Thank you in advance,
    Eric
     
    PolyPusher, Sep 11, 2009
    #1
  2. PolyPusher

    Riad KACED Guest

    Hi Eric,

    Never done this before to be honest.
    I just tried the following:
    1. I have opened a layout-XL window and then tried the following in
    the CIW:
    CIW> hiGetCurrentWindow()~>??
    This returned a list of properties among which I could find the
    following :
    lxMenusLoaded=t
    lxMenuList= list of loaded menus.

    The above couple of properties do not show up for a normal layout
    window.

    So as a first thought, I'd look at whether hiGetCurrentWindow()-
    There might be other ideas I suppose ...

    Cheers,
    Riad.
     
    Riad KACED, Sep 11, 2009
    #2
  3. Riad KACED wrote, on 09/11/09 18:36:
    hiGetAppType(hiGetCurrentWindow()) => "Virtuoso XL"

    In IC613, it could also return "VLS-GXL" if you're at the GXL tier.

    Regards,

    Andrew.
     
    Andrew Beckett, Sep 14, 2009
    #3
  4. PolyPusher

    PolyPusher Guest

    Thank you very much for your replies! You Cadence gurus are the best.

    PolyPusher....
     
    PolyPusher, Sep 14, 2009
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.