Hi,
May i knwo is there any skill function to check whether a cell (layout/symbol) is pcell or not. If not, do we have any way to identify the cell?
Thanks in advance.
You can check if a cellView is a variant of a pcell by checking cvId~>superMaster (if there's a superMaster, then it's a variant of a pcell). You can check if a cellView is a pcell superMaster by checking cvId~>isParamCell
Andrew.
Thanks Adrew. This helps! Great