Hi Rodrigo, A cell name for itself is ambigous - you can have one and the same cell name in different libraries. If you want to know in which library a given cell name is contained you might go like this: (setof libName (ddGetLibList)~>name (ddGetObj libName cellName)) Max
↧