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

mptCleanClusters

mptCleanClusters(
d_cellViewID 
)
=> t / nil 

Description

Cleans out-of-date cluster information in the cellview which can help to reduce the design size and/or improve performance.

Arguments

d_cellViewID

The database ID of the cellview.

Values Returned

t

Cluster information was cleaned.

nil

The cellview does not exist or another error occurred.

Examples

mptCleanClusters( geGetEditCellView() )

Cleans cluster information in the current edit cellview.


Return to top
 ⠀
X