Deleting all wires in layout with skill code

G

Gery Pencheva

Guest
Hello, i have an idea about how to do it but i'm not so sure :
1.open the cellview.
2.get the nets in the cv and then get the figures which is attach to them,but i need the netid and i'm not sure that cvv~>nets returns the netid .

cvv = dbOpenCellViewByType("myLib" "test" "layout" "maskLayout" "a")
cvv~>nets returns (db:0x148a399a db:0x148a399b)

Thank you
 
On 07/24/14 10:03, Gery Pencheva wrote:
Hello, i have an idea about how to do it but i'm not so sure :
1.open the cellview.
2.get the nets in the cv and then get the figures which is attach to them,but i need the netid and i'm not sure that cvv~>nets returns the netid .

cvv = dbOpenCellViewByType("myLib" "test" "layout" "maskLayout" "a")
cvv~>nets returns (db:0x148a399a db:0x148a399b)

Thank you

If you look at cvv~>nets~>figs you'd find all the shapes associated with
the nets.

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top