leFreezeInst
leFreezeInst(d_instId t_libName t_cellName t_viewName[g_overwrite] [g_reuse] ) => t / nil
Description
Converts a Pcell instance to a non-Pcell instance of a new master created on the disk for the specified library, cell, and view. This function is supported for mosaics.
Arguments
|
The database ID of the Pcell instance to be converted to a non-Pcell instance. |
|
|
Reuses the existing frozen Pcell master, if available, when set to |
Value Returned
|
The Pcell instance is not converted to a non-Pcell instance. |
Example
Converts the Pcell instance inst1 to a non-Pcell instance in the view view of the cell cell2 in the library lib. If a frozen Pcell master already exists, it is reused.
leFreezeInst(inst1 "lib" "cell2" "view" nil t)
Related Topics
dbFreeze
Return to top