mptFixCVUncoloredAndUnlocked
mptFixCVUncoloredAndUnlocked(d_cellViewID[l_layers[l_region[g_fixUncolored[g_fixUnlocked]]]] ) => t / nil
Description
Searches for uncolored and unlocked, top-level shapes or vias, in the specified cellview and colors and locks them, respectively.
The
mptFixCVUncoloredAndUnlocked function returns the same results as the functions, mptReColor and mptLockAll at the top level, but is intended for a smaller set of shapes. This function has better performance when there are fewer shapes that need to be colored and locked. It is useful when all metal layers are already colored and locked, but via cutlayers still need to be colored and locked.Arguments
Values Returned
|
The uncolored or unlocked shapes or vias are colored or locked. |
|
Examples
mptFixCVUncoloredAndUnlocked(geGetEditCellView() list("M1") nil t nil)
Searches the uncolored objects, shapes or vias, on layer M1 for the currently edited cell view.
Return to top