home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!veritas!amdcad!angelo!lyndon
- From: lyndon@angelo.amd.com (Lyndon C. Lim)
- Newsgroups: comp.cad.cadence
- Subject: how to add to selected set in Edge
- Message-ID: <lyndon.712435355@angelo>
- Date: 29 Jul 92 18:42:35 GMT
- Sender: usenet@amd.com (NetNews)
- Organization: Advanced Micro Devices, Inc.
- Lines: 20
- Nntp-Posting-Host: angelo
-
- if i have the dbobject, how do i add it to the
- selected set on screen?
-
- for example,
-
- insts = selectedSet()
- subAll()
-
- foreach(i insts
- if( <some criteria> then
- <select i, ie. i is highlighted on screen>
- )
- )
-
- also, what is the difference between add() and addDI().
- i can't really find any documentation in my skill book on
- these functions which explains their differences.
-
- thanks,
- lyndon c.
-