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

mptGetUpToDateDesigns

mptGetUpToDateDesigns(
d_cellViewID
)
=> l_upToDate / nil 

Description

Returns a list of the cellviews in the hierarchy for which the color information is up to date.

Argument

d_cellViewID

The database ID of the top-level cellview to be checked.

Values Returned

l_upToDate

The list of cellviews, represented as database IDs, with color information that is up to date.

nil

None of the cellviews for this design has up-to-date color information.

Example

mptGetUpToDateDesigns( geGetEditCellView() )
(db:0x2d54ca9a db:2d54971a)

Returns the list of cellviews in the hierarchy that have up-to-date color information.

Related Topic

mptGetOutdatedDesigns


Return to top
 ⠀
X