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

Forum Post: RE: Can't retain the create->probe option across sch designs in tabs

$
0
0
Your code actually just opens the selected instances in a new tab, it does not really do a descend. If you compare the resulting tabs, you will notice that eg. the title bar for a real descend is " ( )" (while your's should only show " ") and that the navigator has the hierarchy of the original cell with the treeview set to the descended subcell, and with that also inheriting the probes. Unfortunately I cannot tell what exactly has to be done after the open command to achieve this, but there is a solution, which almost does what you want. CCSschDescendWithUserControls It basically calls the builtin descend but initializes the values of the descend window, thus it does not open. You just would need to write a loop that modifies the current selection to select the wished instances one by one and call the core part with the hiEnqueueCmd and schHiDescendRead. You would however need to decide how to handle bus instances. Also make sure to skip pcells (e.g. ... && !cells~>master~>superMaster).

Viewing all articles
Browse latest Browse all 63233

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>