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

cleIsLayerBasedPartition

cleIsLayerBasedPartition(
d_cellViewID
t_name
)
=> t / nil

Description

Checks whether the specified Concurrent Layout design partition is defined by a layer range.

Arguments

d_cellViewID

Database ID of the cellview in which the design partition you want to check is defined.

t_name

Name of a design partition.

Value Returned

t

The specified design partition is a layer-based design partition.

nil

The specified design partition is not a layer-based design partition.

Examples

Confirms that the design partition cle_p1 is a layer-based design partition.

cleIsLayerBasedPartition(cvId "cle_p1")
=> t

Return to top
 ⠀
X