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

cphGetOccurPhysicalView

cphGetOccurPhysicalView(
g_physConfigID
t_path
)
=> t_physView / nil

Description

Returns the view binding for an occurrence of an instance in the physical configuration associated with the given ID.

This function returns a physical view name only if it is explicitly set on the occurrence. Use cphGetPhysicalView to get the effective physical view used by 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_physLib

Name of the physical view.

nil

There is no physical view name set for the occurrence.

Example

This example returns the physical view name set explicitly for an occurrence I0/N0.

physView=cphGetOccurPhysicalview(physConfigID "I0/N0")

Related Topics

cphGetPhysicalView


Return to top
 ⠀
X