home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / cad / cadence / 198 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  790 b 

  1. Path: sparky!uunet!olivea!veritas!amdcad!angelo!lyndon
  2. From: lyndon@angelo.amd.com (Lyndon C. Lim)
  3. Newsgroups: comp.cad.cadence
  4. Subject: how to add to selected set in Edge
  5. Message-ID: <lyndon.712435355@angelo>
  6. Date: 29 Jul 92 18:42:35 GMT
  7. Sender: usenet@amd.com (NetNews)
  8. Organization: Advanced Micro Devices, Inc.
  9. Lines: 20
  10. Nntp-Posting-Host: angelo
  11.  
  12. if i have the dbobject, how do i add it to the
  13. selected set on screen?
  14.  
  15. for example,
  16.  
  17.      insts = selectedSet()
  18.      subAll()
  19.  
  20.      foreach(i insts
  21.         if( <some criteria> then
  22.             <select i, ie. i is highlighted on screen>
  23.         )
  24.      )
  25.  
  26. also, what is the difference between add() and addDI().
  27. i can't really find any documentation in my skill book on
  28. these functions which explains their differences.
  29.  
  30. thanks,
  31. lyndon c.
  32.