NXOpen.UF.Route.AskMultiportTags

Route.AskMultiportTags()

Refer to UF_ROUTE_ask_multiport_tags for documentation.

Signature: AskMultiportTags(portTag)

Parameters:portTag (Tag) – , the tag of the port
Returns:A Tuple
Return type:A tuple consisting of (numTags,tags)

numTags(int): , the number of tags

tags(list of Tag): ,the array of virtual ports, use UF_free to free up the array.

License requirements: None