cphGetOccurViewList
cphGetOccurViewList(g_physConfigID t_path) =>t_switchList/ nil
Description
Returns the inherited logical switch view list for a specific occurrence of an instance in the physical configuration view associated with the given ID.
This function returns the switch list only if it is explicitly set on the occurrence. Use
cphGetViewList with the optional t_path argument to get the effective switch list for an occurrence with no explicit setting.Arguments
Value Returned
|
There is no logical switch view list set for the occurrence. |
Example
This example returns the logical switch view list set explicitly on an occurrence I0/N0.
switchList=cphGetOccurViewList(physConfigID "I0/N0")
Related Topics
Return to top