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

cphGetOccurViewList

cphGetOccurViewList(
g_physConfigID
t_path
)
=> t_switchList / nil

Description

Returns the inherited logical switch view list for a specific occurrence of an instance in the physical configuration view associated with the given ID.

This function returns the switch list only if it is explicitly set on the occurrence. Use cphGetViewList with the optional t_path argument to get the effective switch list for an occurrence with no explicit setting.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_path

Path to the specific occurrence of an instance.

Value Returned

t_switchList

List of logical view names.

nil

There is no logical switch view list set for the occurrence.

Example

This example returns the logical switch view list set explicitly on an occurrence I0/N0.

switchList=cphGetOccurViewList(physConfigID "I0/N0")

Related Topics

cphGetViewList


Return to top
 ⠀
X