cphGetSelectedSet
cphGetSelectedSet(g_physConfigID) =>l_listOfPaths/ nil
Description
Returns a list of paths to the selected instances in the graphical user interface of physical configuration view associated with the given ID.
Arguments
Value Returned
Example
cphGetSelectedSet(physConfigID)
=> ("I0" "I0/N0" "I2")
Return to top