cphSetOccurViewList
cphSetOccurViewList(
g_physConfigID
t_path
t_switchList
)
=> t / nil
Description
Sets an inherited logical switch view list for a specific occurrence of an instance in the physical configuration associated with the given ID.
Arguments
|
Separate each name with a space and enclose the list in quotation marks. |
Value Returned
|
The inherited switch list was set for the specified occurrence. |
|
|
The inherited switch list was not set for the specified occurrence |
Example
cphSetOccurViewList(physConfigID "I0/N0" "physconfig sch")
Return to top