cphGetStopList
cphGetStopList(g_physConfigID[t_path] ) =>t_stopList/ nil
Description
Returns the physical stop view list defined for the physical configuration view associated with the specified ID or, if you specify the path to an occurrence, the effective physical stop view list used by that occurrence.
The physical stop view list specifies the view names used to determine the corresponding physical view for a given logical view. When traversing a hierarchy, Configure Physical Hierarchy uses the first view it encounters with one of the specified names.
Arguments
Value Returned
Example
This example returns the physical stop view list defined for the specified physical configuration view.
stopList=cphGetStopList(physConfigID)
This example returns the effective physical stop view list used by the specified occurrence.
stopList=cphGetStopList(physConfigID "I0/N0")
Return to top