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

cphGetViewList

cphGetViewList(
g_physConfigID
[ t_path ]
)
=> t_switchList / nil

Description

Returns the logical switch view list for the physical configuration view associated with the specified ID or, if you specify the path to an occurrence, the effective logical switch view list used by that occurrence.

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_path

Path to the specific occurrence of an instance.

Although it is optional, this argument requires no keyword.

Value Returned

t_switchList

List of logical view names.

nil

The logical switch view list was not returned.

Example

This example returns the logical switch view list defined for the specified physical configuration view.

switchList=cphGetViewList(physConfigID)

This example returns the effective logical switch view list used by the specified occurrence.

switchList=cphGetViewList(physConfigID "I0/N0")

Return to top
 ⠀
X