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

cleCreatePartitionView

cleCreatePartitionView(
d_cellViewID
t_designPartition
)
=> t / nil

Description

Creates a design partition view on disk for the specified design partition in the specified Concurrent Layout cellview and changes the status of the design partition to Created.

Arguments

d_cellViewID

Database ID of a cellview.

t_designPartition

Name of the design partition.

Value Returned

t

Design partition view is created.

nil

Design partition view is not created.

Examples

Creates the design partition view on disk for the design partition cle_p1 in the cellview cvId.

cleCreatePartitionView(cvId "cle_p1")
=> t

Return to top
 ⠀
X