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

cleGetPartitions

cleGetPartitions(
d_cellViewID
)
=> l_partitionNames / nil

Description

Lists the names of all Concurrent Layout design partitions defined in the specified cellview.

Arguments

d_cellViewID

Database ID of the cellview from which you want to retrieve the design partition names.

Value Returned

l_partitionNames

List of names of all design partitions defined in the specified cellview.

nil

There are no design partitions defined in the specified cellview.

Examples

Lists the names of three design partitions cle_p1, cle_p2, and cle_p3 defined in the cellview cvId.

cleGetPartitions(cvId)
=> ("cle_p1" "cle_p2" "cle_p3")

Return to top
 ⠀
X