cphSetOccurForceDescend
cphSetOccurForceDescend(
g_physConfigID
t_path
g_boolean
)
=> t / nil
Description
Sets or unsets the force descend attribute on a specific occurrence of an instance in the physical configuration associated with the given ID. This forces hierarchy traversal to proceed beyond the occurrence, even if it would normally be considered a leaf instance.
Arguments
|
Boolean specifying whether the force descend is set ( |
Value Returned
Example
This example unsets the force descend attribute for an occurrence I0/N0.
cphSetOccurForceDescend(physConfigID "I0/N0" nil)
Return to top