cphGetSchCellPhysicalBinding
cphGetSchCellPhysicalBinding(d_topSchCVID t_libName t_cellName[ ?layCVIdd_layCVId] ) =>t_result/ nil
Description
Returns the physical binding of a cell specifying the top-level schematic and layout cellview IDs instead of the cphManager ID.
Arguments
Value Returned
|
Name of the physical library, cell, and view set on the specified schematic cell. |
|
Example
Prints the physical binding set on the specified schematic cell without having to find the physConfig view and the corresponding cphManager ID.
scv -> Schematic cellview ID of the top-level schematic in a VLS XL session
lcv -> Layout cellview ID of the top-level layout in a VLS XL session
cphGetSchCellPhysicalBinding(scv "cph" "nand" ?layCVId lcv) => "cph nand layout"
Return to top