G
Geert Thys
Guest
Hi Everyone,
With the skill code below I try to delete simple mosaics (arrays) of
a VIA3 cell in layout views.
cv = dbOpenCellViewByType(libName cell~>name "layout" "" "a")
foreach(inst cv~>instances
if( equal(inst~>cellName "VIA3")
then dbDeleteObject(inst)
) ; if
But the result is not as expected:
*WARNING* You can't delete the mosaicInst in the simple mosaic.
According to the skill user reference the dbDeleteObject() command
is appropriate for deleting mosaics... So what's going wrong?
The dbDeleteMosaic() command seemed an alternative, but turned out
to be an undefined function... Actually none of the functions of the
Integrator Toolkit part are working, although the necessary license is
listed in the available licenses (Options->License...) Uh?
I run icfb 4.4.6 (cds11701) on a HPUX11
Regards,
Geert
With the skill code below I try to delete simple mosaics (arrays) of
a VIA3 cell in layout views.
cv = dbOpenCellViewByType(libName cell~>name "layout" "" "a")
foreach(inst cv~>instances
if( equal(inst~>cellName "VIA3")
then dbDeleteObject(inst)
) ; if
But the result is not as expected:
*WARNING* You can't delete the mosaicInst in the simple mosaic.
According to the skill user reference the dbDeleteObject() command
is appropriate for deleting mosaics... So what's going wrong?
The dbDeleteMosaic() command seemed an alternative, but turned out
to be an undefined function... Actually none of the functions of the
Integrator Toolkit part are working, although the necessary license is
listed in the available licenses (Options->License...) Uh?
I run icfb 4.4.6 (cds11701) on a HPUX11
Regards,
Geert