cphSetInstForceDescend
cphSetInstForceDescend(
g_physConfigID
t_lib
t_cell
t_view
t_inst
g_boolean
)
=> t / nil
Description
Sets or unsets the force descend attribute on a specified instance in the physical configuration associated with the given ID. This forces hierarchy traversal to proceed beyond the instance, even if it would normally be considered a leaf instance.
Arguments
Value Returned
|
The force descend was set or unset on the specified instance. |
|
Example
This example unsets the force descend attribute for an instance I0.
cphSetInstForceDescend(physConfigID "cph" "TopCell" "schematic" "I0" nil)
Return to top