Deleting 'noteText' from symbol

Discussion in 'Cadence' started by dinac, Aug 4, 2009.

  1. dinac

    dinac Guest

    Hi all,

    Trying to delete the 'noteText' of 'symbol view' for all cells in a
    library.

    I tried to check check the objType (geGetSelectedSet()), but it says
    'label'.
    How do I differentiate this label from 'noteText' and use
    dbDeleteObject.

    Thanks a lot.

    cheers
    Dinac
     
    dinac, Aug 4, 2009
    #1
  2. dinac

    dinac Guest

    Thanks all. solved it.
    This works, hope I have done it right.
    ------------------------------------------------------------------------
    foreach(shapes cvID~>shapes
    when((shapes~>objType=="label" && shapes~>layerName=="text")
    dbDeleteObject(shapes)
    ) ;when
    ) ;foreach

    Thanks again

    cheers
    Dinac
     
    dinac, Aug 4, 2009
    #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.