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

cphGetTopViewName

cphGetTopViewName(
g_cphManager
)
=> t_viewName

Description

Returns the view name of the top schematic cellview in the specified physical configuration view.

Arguments

g_cphManager

CPH manager ID of the associated physical configuration view.

Value Returned

t_viewName

View name of the top schematic cellview.

Example

cph = cphOpenConfig("MOSLIB" "NAND" "physConfig")
cphGetTopViewName(cph) => "schematic"

Return to top
 ⠀
X