NXOpen.UF.Route.AskMultiportStrings

Route.AskMultiportStrings()

Refer to UF_ROUTE_ask_multiport_strings for documentation.

Signature: AskMultiportStrings(portTag)

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

numStrings(int): the number of strings

strings(list of str): the array of names, don’t free the individual strings, just call UF_free(strings);

License requirements: None