Using geAddHilightFig Function

Discussion in 'Cadence' started by vtcad, Sep 5, 2006.

  1. vtcad

    vtcad Guest

    I would like to use the geAddHilightFig function, does anyone have any
    expierience with it? It wants 3 arguments, and I am having trouble with
    the first argument, what exactly is it looking for??
     
    vtcad, Sep 5, 2006
    #1
  2. The first argument is the highlight set which should have been created
    using

    geCreateHilightSet(
    d_cellViewId
    l_layerPurposePair
    [ g_notGlobal ]
    )
    => g_hlSetId / nil

    Creates a highlight set.


    You will have to enable the hilight set by hsId->enable = t.

    Then you can start adding figures, rectangles, etc into the highlight
    set by calling one of the geAddHilight* functions.

    regards,
    Suresh
     
    Suresh Jeevanandam, Sep 6, 2006
    #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.