leSearchHierarchy

Discussion in 'Cadence' started by Tracy Groller, Jan 21, 2005.

  1. All,

    I am using leSearchHierarchy to find all instances in a set library,
    using the following code

    libname = list("lib name" "==" "SomeLib")
    probe_inst = leSearchHierarchy( cv cv~>bBox 32 "instance" libname )

    this returns that "lib name" is an invalid string , but the
    documentation uses this for
    the criteria list .

    What gives .

    \---\
     
    Tracy Groller, Jan 21, 2005
    #1
  2. Tracy Groller

    Satya Mishra Guest

    Tracy> Date: Fri, 21 Jan 2005 12:54:14 -0600

    Tracy> All,

    Tracy> I am using leSearchHierarchy to find all instances in a set
    Tracy> library, using the following code

    Tracy> libname = list("lib name" "==" "SomeLib") probe_inst =
    Tracy> leSearchHierarchy( cv cv~>bBox 32 "instance" libname )

    Tracy> this returns that "lib name" is an invalid string , but the
    Tracy> documentation uses this for the criteria list .

    I think you want "libName" instead of "lib name" when building the
    criteria list.

    Satya
     
    Satya Mishra, Jan 21, 2005
    #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.