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

cphGetPhysicalTermName

cphGetPhysicalTermName(
g_physConfigID
t_path
t_logTermName
)
=> t_physTermName / nil

Description

Returns the name of the corresponding physical terminal name for a specified logical terminal on a specified occurrence.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_path

Path to the specific occurrence of an instance.

t_logTermName

Name of the logical terminal.

Value Returned

t_physTermName

Name of the physical terminal.

nil

There is no mapping information for the specified logical terminal name or the logical terminal name is invalid.

Example

physTermName=cphGetPhysicalTermName(physConfigID "I0/N0" "S")

Return to top
 ⠀
X