Is there any skill command to run user specific procedure when ever iopen layout winodw?

Discussion in 'Cadence' started by Indrakumar, Nov 26, 2009.

  1. Indrakumar

    Indrakumar Guest

    Hi,

    Is there any skill command to run user specific procedure when ever i
    open layout winodw?

    I have one procedure called "RunCommands()"

    I want to call this function when ever i open layout window. .

    Can anyone help me in doing the same?
    Thanks..

    Regards
    Indra
     
    Indrakumar, Nov 26, 2009
    #1
  2. Indrakumar

    Marc Heise Guest

    Hi Indra,

    define your Skill procedure "mySkillProc" and register it with a trigger:

    deRegUserTriggers("maskLayout" nil nil 'mySkillProc)

    That should do the trick.

    Marc
     
    Marc Heise, Nov 26, 2009
    #2
  3. Indrakumar

    Indrakumar Guest

    Thanks Marc its working..

    Regards
    Indra
     
    Indrakumar, Nov 27, 2009
    #3
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.