leSearchHierarchy

T

Tracy Groller

Guest
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" == Tracy Groller <h-groller@ti.com> writes:
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


--
Remove XXX and YYY to get my address
 

Welcome to EDABoard.com

Sponsor

Back
Top