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
|
The database ID of the instance to be converted to its original Pcell instance. |
Value Returned
|
The non-Pcell instance is converted to its original Pcell instance. |
|
|
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