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

clePartitionGetAreaBoundaries

clePartitionGetAreaBoundaries(
d_cellViewID
t_name
)
=> l_areaBoundaries / nil

Description

Returns a list of database IDs of area boundaries attached to the specified design partition.

Arguments

d_cellViewID

Database ID of the cellview in which the design partition is defined.

t_name

Name of the design partition.

Value Returned

l_areaBoundaries

List of database IDs of area boundaries associated with the specified design partition.

nil

No area boundary is associated with the specified design partition.

Examples

Returns the list of database IDs of area boundaries associated with the design partition cle_p1.

clePartitionGetAreaBoundaries(geGetEditCellView() "cle_p1")
=> (db:0x2200c59a db:0x2200c59c)

Returns the list of the names of area boundaries associated with the design partition cle_p2.

clePartitionGetAreaBoundaries(geGetEditCellView() "cle_p2")~>name
=> ("P2_AB1 "P2_AB2")

Return to top
 ⠀
X