cphGetTopLibName
cphGetTopLibName(g_cphManager) =>t_libName
Description
Returns the library 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")
cphGetTopLibName(cph) => "MOSLIB"
Return to top