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

cleIsAreaBasedPartition

cleIsAreaBasedPartition(
d_cellViewID
t_name
)
=> t / nil

Description

Checks whether the specified design partition is defined by area boundaries.

Arguments

d_cellViewID

Database ID of a cellview.

t_name

Name of the design partition.

Value Returned

t

The specified design partition is an area-based design partition.

nil

The specified design partition is not an area-based design partition.

Examples

Confirms that design partition cle_p1 in the cellview cv is an area-based design partition.

cleIsAreaBasedPartition(cv "cle_p1")
=> t

Return to top
 ⠀
X