How to find data extents

K

Kevin Doherty

Guest
Hi,
Is there a way to automatically find the extents of a cellview. In CATS
you can use a 'ext_all' command to find the top co-ordinates of the
given cell. Does cadence have a similar command.

Thanks in advance
Kevin
 
The data extend is what Cadence calls the bBox. You need to get your
cellView id, then bBox=cellView~>bBox, and this will return the bBox of
that cv.
Kevin Doherty wrote:
Hi,
Is there a way to automatically find the extents of a cellview. In CATS
you can use a 'ext_all' command to find the top co-ordinates of the
given cell. Does cadence have a similar command.

Thanks in advance
Kevin
 

Welcome to EDABoard.com

Sponsor

Back
Top