cphClearSchCellPhysicalBinding
cphClearSchCellPhysicalBinding(d_topSchCVID t_libName t_cellName[ ?layCVIdd_layCVId] ) => t / nil
Description
Removes the physical binding for the cell specified using the top-level schematic and layout cellview IDs instead of the cphManager ID. After the physical binding for the specified cell is removed, the update is also saved to the physConfig view.
Arguments
|
Database ID of the top-level layout cellview associated with the specified cell. |
|
Value Returned
Example
Removes the physical binding of the specified cell, nand.
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
cphClearSchCellPhysicalBinding(scv "cph" "nand" ?layCVId lcv) => t
Return to top