cphSetCellForceDescend
cphSetCellForceDescend(
g_physConfigID
t_logLib
t_logCell
g_value
)
=> t / nil
Description
Sets or unsets the force descend attribute on a specified cell in the physical configuration associated with the given ID. This forces hierarchy traversal to proceed beyond instances of the cell, even if it would normally be considered a leaf-level instance.
Arguments
Value Returned
Example
cphSetCellForceDescend(cph "cph" "nand" t)
Return to top