cphGetTopCellName
cphGetTopCellNameg_cphManager) =>t_cellName
Description
Returns the cell 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")
cphGetTopCellName(cph) => "NAND"
Return to top