cphVisitStart
cphVisitStart(g_physConfigID t_startMode{ PHYSICAL_LEAF | LOGICAL_LEAF | HIERARCHY_PHYSICAL_LEAF | HIERARCHY_LOGICAL_LEAF } [t_path] ) => t / nil
Description
Starts a visit at the specified occurrence in the specified mode. The start mode defines which nodes are visited, but does not specify the order in which they are visited.
Arguments
|
Path to a specific occurrence of an instance. If you do not specify the path, the visit starts at the root node in the hierarchy. |
Value Returned
Example
cphVisitStart(physConfigID "PHYSICAL_LEAF")
cphVisitStart(physConfigID "PHYSICAL_LEAF" "I1/I2")
Return to top