cphGetViewList
cphGetViewList(g_physConfigID[t_path] ) =>t_switchList/ nil
Description
Returns the logical switch view list for the physical configuration view associated with the specified ID or, if you specify the path to an occurrence, the effective logical switch view list used by that occurrence.
The list specifies the view names used to descend into a hierarchical design to find schematic views.
Arguments
Value Returned
Example
This example returns the logical switch view list defined for the specified physical configuration view.
switchList=cphGetViewList(physConfigID)
This example returns the effective logical switch view list used by the specified occurrence.
switchList=cphGetViewList(physConfigID "I0/N0")
Return to top