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

cphSetCstList

cphSetCstList(
g_physConfigID
t_cstList
)
=> t / nil

Description

Sets the constraint view list for the physical configuration view associated with the specified ID. This list specifies the names of the views containing constraint data.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_cstList

List of constraint view names.

Separate each name with a space and enclose the list in quotation marks.

Value Returned

t

The constraint view list was set.

nil

The constraint view list was not set.

Example

cphSetCstList(physConfigID "constraint cstView")

Return to top
 ⠀
X