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

cphGetParamNameMapping

cphGetParamNameMapping(
g_physConfigID
t_path
)
=> t_paramMapping / nil

Description

Returns the effective mappings between parameter names in the schematic and layout views of the specified occurrence in the specified physical configuration.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_path

Path to the specific occurrence of an instance.

Value Returned

t_paramMapping

String specifying how parameter names are mapped.

nil

Parameter name mapping was not set.

Example

val=cphGetParamNameMapping(physConfigID "I0/N0")

Return to top
 ⠀
X