How to open Layout in Turbo mode, w/ DRD on in "Notify" mode ??

Discussion in 'Cadence' started by vtcad, Feb 1, 2008.

  1. vtcad

    vtcad Guest

    I would like to always have Turbo envoked when I open a Layout window,
    and at the same time turn on DRD, with the "Notify" mode activated. I
    have been able to open my layout in Turbo mode, by adding a trigger to
    my layout window (see below), and I have been able to set the
    "hierarcical depth" value, but I can't figure out how to always get it
    in to "Notify" mode. I have tried the leToggleDrdMode() function, but
    this toggles between Off, Notify, & Enforce. And everytime I traverse
    the hierarchy it will toggle between the 3. I've even tried to force
    it to "Notify" mode with the below command, but it doesn't seem to get
    passed to the Layout window. thanks in advance.

    leDRDOptionsForm->drdMode->value = "Notify"

    procedure(mlMenuTrigger(args)
    deInstallApp(getCurrentWindow() "Virtuoso Turbo") ;this will turn
    on DRD when layout is opened
    leDRDOptionsForm->drdHierDepth->value = 10
    );end proc

    deRegUserTriggers( "maskLayout" nil nil 'mlMenuTrigger)
     
    vtcad, Feb 1, 2008
    #1
  2. vtcad

    Ronny Boy Guest

    Maybe adding an option in .cdsenv file in working directory or $HOME
    is you can do
    layout drdEditMode cyclic "notify"
    "~/.cdsenv"
     
    Ronny Boy, Feb 3, 2008
    #2
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.