Quantcast
Channel: Cadence Technology Forums
Viewing all articles
Browse latest Browse all 62963

Forum Post: RE: Deleting layout pins with dbDeleteObject does not remove the pins from 'navigator' window

$
0
0
Removing the nets requires just a minor change - you delete the net instead of the terminal that net is on: (foreach term cv~>terminals (foreach pin term~>pins (foreach fig pin~>figs (dbDeleteObject fig)) (dbDeleteObject pin)) (dbDeleteObject term~>net) ) Deleting the net will silently delete the terminal along with the net. Max

Viewing all articles
Browse latest Browse all 62963

Trending Articles