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

lxGetEditedSyncClone

lxGetEditedSyncClone(
d_layCellViewId
)
=> d_syncCloneId / nil

Description

Returns the database ID of the synchronous clone currently being edited in the specified layout cellview. If the function finds a currently-edited layout group which is not a synchronous clone, it recursively checks to determine if its parent group is a synchronous clone. If it is, the function returns the ID of the parent synchronous clone.

Arguments

d_layCellViewId

Database ID of the layout cellview.

Value Returned

d_syncCloneId

Database ID of the synchronous clone currently being edited.

nil

There is no synchronous currently being edited.

Example

lxGetEditedSyncClone(layCv)

Return to top
 ⠀
X