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

cphGetOccurViewBinding

cphGetOccurViewBinding(
g_physConfigID
t_path
)
=> t_logViewToUse / nil

Description

Returns the logical view to use set explicitly for an occurrence of an instance in the physical configuration view associated with the given ID.

This function returns the logical view to use only if it is explicitly set on the occurrence. Use cphGetViewBinding to get the effective stop 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_logViewToUse

Name of the logical view to use.

nil

There is no logical view to use set for the occurrence.

Example

This example returns the view to use set explicitly on an occurrence I0/N0.

logViewToUse=cphGetOccurViewBinding(physConfigID "I0/N0")

Related Topics

cphGetViewBinding


Return to top
 ⠀
X