cphGetTopViewName
cphGetTopViewName(g_cphManager) =>t_viewName
Description
Returns the view name of the top schematic cellview in the specified physical configuration view.
Arguments
|
CPH manager ID of the associated physical configuration view. |
Value Returned
Example
cph = cphOpenConfig("MOSLIB" "NAND" "physConfig")
cphGetTopViewName(cph) => "schematic"
Return to top