Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leUnfreezeInst

leUnfreezeInst(
d_instId 
) 
=> t / nil

Description

Unfreezes or converts the non-Pcell instance, d_instId, to its original Pcell instance. When an instance is unfreezed the leUnfreezeInst() function only re-evaluates the Pcell instance but does not explicitly call the CDF callbacks.

This function is supported for mosaics.

Arguments

d_instId

The database ID of the instance to be converted to its original Pcell instance.

Value Returned

t

The non-Pcell instance is converted to its original Pcell instance.

nil

The non-Pcell instance is not converted to its original Pcell instance.

Example

Converts the non-Pcell instance, inst, to its original Pcell instance.

leUnfreezeInst(inst)


Return to top
 ⠀
X