Talk About Network

Google





Computer Aided Design - CAD > Cadence > Re: How to get ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 5 Topic 3937 of 4397
Post > Topic >>

Re: How to get ALL instances in Virtuoso

by Dominic DuVarney <srlayoutdesigner@[EMAIL PROTECTED] > Apr 1, 2008 at 07:40 AM

If you're not looking for a hierarchy structure, you can get all the
instances doing this:

procedure(myFlattenList(list)
   if(listp(list) then
    foreach(mapcan element list
       if(listp(element)
           myFlattenList(copy(element))
           ncons(element)
           )
         );foreach
    else
       list
       ) ;if
      );procedure


instances = setof(x myFlattenList(dbGetOverlaps(cv cv~>bBox nil 20))
x~>objType == "inst")

Dominic
 




 5 Posts in Topic:
How to get ALL instances in Virtuoso
"19martin84" &l  2008-03-26 03:44:15 
Re: How to get ALL instances in Virtuoso
Riad KACED <riad.kaced  2008-03-26 13:07:14 
Re: How to get ALL instances in Virtuoso
"19martin84" &l  2008-03-26 15:24:23 
Re: How to get ALL instances in Virtuoso
Riad KACED <riad.kaced  2008-03-26 15:44:31 
Re: How to get ALL instances in Virtuoso
Dominic DuVarney <srla  2008-04-01 07:40:42 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
localhost-V2008-12-19 Fri Jan 9 5:43:16 PST 2009.