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

cphSetViewList

cphSetViewList(
g_physConfigID
t_switchList
)
=> t / nil

Description

Sets the logical switch view list for the physical configuration view associated with the specified ID. The list specifies the view names used to descend into a hierarchical design to find schematic views.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_switchList

List of logical view names used to descend into a hierarchical design.

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

Value Returned

t

The logical switch view list was set.

nil

The logical switch view list was not set.

Example

cphSetViewList(physConfigID "schematic symbol")

Return to top
 ⠀
X