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

cleGetCurrentPartition

cleGetCurrentPartition(
d_cellViewID
)
=> t_partitionName / nil

Description

Retrieves the name of the Concurrent Layout design partition in which you are currently editing.

Arguments

d_cellviewID

Database ID of the cellview from which you want to retrieve the name of the design partition in which you are currently editing.

Value Returned

t_partitionName

Name of the design partition in which you are currently editing.

nil

You are not editing in a design partition.

Examples

Indicates that the cellview cvId is open in the Concurrent Layout designer mode and you are currently editing in the design partition cle_p1.

cleGetCurrentPartition(cvId)
=> "cle_p1"

Return to top
 ⠀
X