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

mptUnpropagateLocks

mptUnpropagateLocks(
d_cellViewID 
[ l_layerNames ] 
)
=> t / nil

Description

Removes the system locks created by the propagate locks command.

Arguments

db_ID

The database ID of the cellview to be processed.

l_layerNames

Limits processing to the shapes on the colorable layers in this list.

Value Returned

t

The command is successful.

nil

The command is not successful.

Example

mptUnpropagateLocks(deGetCellView(), "Metal2") 

Removes all the system lock of the colored shapes of layer Metal2.


Return to top
 ⠀
X